Skip to content

Commit d40500b

Browse files
committed
[Gardening] Tweaked doc to avoid warning.
1 parent a730387 commit d40500b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/swift/SILOptimizer/Utils/ParseTestSpecification.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ struct UnparsedSpecification {
188188
/// The next non-debug instruction.
189189
///
190190
/// Provides an "anchor" for the specification. Contextual arguments
191-
/// (@instruction, @block, @function) can be parsed in terms of this anchor.
191+
/// (@{instruction|block|function}) can be parsed in terms of this
192+
/// anchor.
192193
SILInstruction *context;
193194
};
194195

0 commit comments

Comments
 (0)