summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Nusser <anusser@mpi-inf.mpg.de>2020-11-22 19:01:08 +0100
committerAndré Nusser <anusser@mpi-inf.mpg.de>2020-11-22 19:01:08 +0100
commit600f029ff68f5b04476bcf99538647b0953c50c1 (patch)
treec9b70d49a59bebf5ca4ac9f713e0c4cebeaebeba
parentaae29c6916af5104636bdac2a7f47d2ad44f5123 (diff)
Minor change.
-rw-r--r--sampling_alg_lac2020/LAC-20.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/sampling_alg_lac2020/LAC-20.tex b/sampling_alg_lac2020/LAC-20.tex
index d83eb75..5b60f72 100644
--- a/sampling_alg_lac2020/LAC-20.tex
+++ b/sampling_alg_lac2020/LAC-20.tex
@@ -516,7 +516,7 @@ We already explained the core part of the sample selection algorithm. The remain
\State $s \gets s'$
\EndIf
\EndFor
- \State $\mathit{last}[s] = t$
+ \State $\mathit{last}[s] \gets t$
\State \Return $s$
\end{algorithmic}
\caption{This is the pseudo code of the sampling function.}