Skip to content

Commit 6fbe2c5

Browse files
Fix cut-off sentence.
Co-authored-by: Nate Cook <[email protected]> (cherry picked from commit 96df14d)
1 parent 4d8ea1c commit 6fbe2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_RegexParser/Regex/Printing/PrettyPrinter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extension PrettyPrinter {
5757
/// Outputs a string directly, without termination or
5858
/// indentation, and without updating any internal state.
5959
///
60-
/// This is the low-level interface to the pret
60+
/// This is the low-level interface to the pretty printer.
6161
///
6262
/// - Note: If `s` includes a newline, even at the end,
6363
/// this method does not update any tracking state.

0 commit comments

Comments
 (0)