We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd3f84 commit 94d8e78Copy full SHA for 94d8e78
llvm/include/llvm/ADT/Twine.h
@@ -37,7 +37,7 @@ namespace llvm {
37
/// A Twine is not intended for use directly and should not be stored, its
38
/// implementation relies on the ability to store pointers to temporary stack
39
/// objects which may be deallocated at the end of a statement. Twines should
40
- /// only be used accepted as const references in arguments, when an API wishes
+ /// only be used as const references in arguments, when an API wishes
41
/// to accept possibly-concatenated strings.
42
///
43
/// Twines support a special 'null' value, which always concatenates to form
0 commit comments