Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc97f8c

Browse files
committed
Fix up an awkward sentence, pointed out by Chris Ryland <[email protected]>.
1 parent a659efe commit cc97f8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tut/tut.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2588,7 +2588,7 @@ \section{Fancier Output Formatting \label{formatting}}
25882588
for padding strings to a given column width; these will be discussed
25892589
shortly. The second way is to use the \code{\%} operator with a
25902590
string as the left argument. The \code{\%} operator interprets the
2591-
left argument as a C much like a \cfunction{sprintf()}-style format
2591+
left argument much like a \cfunction{sprintf()}-style format
25922592
string to be applied to the right argument, and returns the string
25932593
resulting from this formatting operation.
25942594

0 commit comments

Comments
 (0)