YangZhihui updated this revision to Diff 291825. YangZhihui retitled this revision from "Fix typo in doc ClangFormatStyleOptions.rst" to "Fix typo in Format.h".
CHANGES SINCE LAST ACTION https://reviews.llvm.org/D87352/new/ https://reviews.llvm.org/D87352 Files: clang/include/clang/Format/Format.h Index: clang/include/clang/Format/Format.h =================================================================== --- clang/include/clang/Format/Format.h +++ clang/include/clang/Format/Format.h @@ -1860,7 +1860,7 @@ bool ObjCSpaceAfterProperty; /// Break parameters list into lines when there is nested block - /// parameters in a fuction call. + /// parameters in a function call. /// \code /// false: /// - (void)_aMethod
Index: clang/include/clang/Format/Format.h =================================================================== --- clang/include/clang/Format/Format.h +++ clang/include/clang/Format/Format.h @@ -1860,7 +1860,7 @@ bool ObjCSpaceAfterProperty; /// Break parameters list into lines when there is nested block - /// parameters in a fuction call. + /// parameters in a function call. /// \code /// false: /// - (void)_aMethod
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits