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

Skip to content

Commit fc931ec

Browse files
committed
In description of sound_similar(), break up the markup for long
\code{} at each embedded space, so that the words will wrap. This keeps it from being too ugly.
1 parent 2e965ad commit fc931ec

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Doc/lib/libsoundex.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ \section{Built-in Module \sectcode{soundex}}
2222
\begin{funcdesc}{sound_similar}{string1, string2}
2323
Compare the word in \var{string1} with the word in \var{string2}; this
2424
is equivalent to
25-
\code{get_soundex(\var{string1})==get_soundex(\var{string2})}.
25+
\code{get_soundex(\var{string1})} \code{==}
26+
\code{get_soundex(\var{string2})}.
2627
\end{funcdesc}

Doc/libsoundex.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ \section{Built-in Module \sectcode{soundex}}
2222
\begin{funcdesc}{sound_similar}{string1, string2}
2323
Compare the word in \var{string1} with the word in \var{string2}; this
2424
is equivalent to
25-
\code{get_soundex(\var{string1})==get_soundex(\var{string2})}.
25+
\code{get_soundex(\var{string1})} \code{==}
26+
\code{get_soundex(\var{string2})}.
2627
\end{funcdesc}

0 commit comments

Comments
 (0)