diff --git a/include/swift/IDE/SemanticSourceEntity.h b/include/swift/IDE/SemanticSourceEntity.h index 49a382e7d81..c3b8c9fc272 100644 --- a/include/swift/IDE/SemanticSourceEntity.h +++ b/include/swift/IDE/SemanticSourceEntity.h @@ -29,7 +29,7 @@ struct SemanticSourceEntity { }; /// A function receiving SemanticSourceEntity objects. -/// \returns true to continue receiving the next object, false to stop. +/// Returns true to continue receiving the next object, false to stop. typedef std::function SemanticEntityReceiverFn;