]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
examples.tex: fix algorithm \Return usage.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 31 Jan 2022 20:33:04 +0000 (15:33 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 31 Jan 2022 20:33:04 +0000 (15:33 -0500)
examples.tex

index 2d05431e2ceb2fcdcdf3314980f3348929a69ea8..f23b9e9af8911ad29eea5580ef80c0c45156ec47 100644 (file)
@@ -57,7 +57,7 @@
           \State{Rearrange $M$ randomly}
         \EndWhile{}
 
-        \Return{$M$}
+        \State{\Return{$M$}}
       \end{algorithmic}
     \end{algorithm}
   \end{section}