Thanks to visit codestin.com Credit goes to github.com
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 a659efe commit cc97f8cCopy full SHA for cc97f8c
1 file changed
Doc/tut/tut.tex
@@ -2588,7 +2588,7 @@ \section{Fancier Output Formatting \label{formatting}}
2588
for padding strings to a given column width; these will be discussed
2589
shortly. The second way is to use the \code{\%} operator with a
2590
string as the left argument. The \code{\%} operator interprets the
2591
-left argument as a C much like a \cfunction{sprintf()}-style format
+left argument much like a \cfunction{sprintf()}-style format
2592
string to be applied to the right argument, and returns the string
2593
resulting from this formatting operation.
2594
0 commit comments