Skip to content

Commit

Permalink
Update toolchain/lex/tokenized_buffer.h
Browse files Browse the repository at this point in the history
Co-authored-by: Geoff Romer <[email protected]>
  • Loading branch information
jonmeow and geoffromer authored Oct 22, 2024
1 parent c39e335 commit 295952d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/lex/tokenized_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class TokenizedBuffer : public Printable<TokenizedBuffer> {
auto GetCommentText(CommentIndex comment_index) const -> llvm::StringRef;

// Returns tokens as YAML. This prints the tracked token information on a
// single line. We use the single-line format so that output is compact, and
// single line for each token. We use the single-line format so that output is compact, and
// so that tools like `grep` are compatible.
//
// An example token looks like:
Expand Down

0 comments on commit 295952d

Please sign in to comment.