diff options
-rw-r--r-- | Doc/lib/libsoundex.tex | 3 | ||||
-rw-r--r-- | Doc/libsoundex.tex | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libsoundex.tex b/Doc/lib/libsoundex.tex index dc908e7..54b7f4c 100644 --- a/Doc/lib/libsoundex.tex +++ b/Doc/lib/libsoundex.tex @@ -22,5 +22,6 @@ with no leading whitespace; the case of the word is ignored. \begin{funcdesc}{sound_similar}{string1, string2} Compare the word in \var{string1} with the word in \var{string2}; this is equivalent to -\code{get_soundex(\var{string1})==get_soundex(\var{string2})}. +\code{get_soundex(\var{string1})} \code{==} +\code{get_soundex(\var{string2})}. \end{funcdesc} diff --git a/Doc/libsoundex.tex b/Doc/libsoundex.tex index dc908e7..54b7f4c 100644 --- a/Doc/libsoundex.tex +++ b/Doc/libsoundex.tex @@ -22,5 +22,6 @@ with no leading whitespace; the case of the word is ignored. \begin{funcdesc}{sound_similar}{string1, string2} Compare the word in \var{string1} with the word in \var{string2}; this is equivalent to -\code{get_soundex(\var{string1})==get_soundex(\var{string2})}. +\code{get_soundex(\var{string1})} \code{==} +\code{get_soundex(\var{string2})}. \end{funcdesc} |