Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Molanda committed Jun 11, 2020
1 parent 3425a6d commit 0e7749b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/public/core/VarArgs.swift
Expand Up @@ -66,7 +66,7 @@ protocol _CVarArgAligned: CVarArg {
/// Some pointers require an alternate object to be retained. The object
/// that is returned will be used with _cVarArgEncoding and held until
/// the closure is complete. This is required since autoreleased storage
/// is available on all platforms.
/// is not available on all platforms.
public protocol _CVarArgObject: CVarArg {
/// Returns the alternate object that should be encoded.
var _cVarArgObject: CVarArg { get }
Expand Down

0 comments on commit 0e7749b

Please sign in to comment.