summaryrefslogtreecommitdiff
path: root/sampling_alg_lac2020/LAC-20.tex
diff options
context:
space:
mode:
Diffstat (limited to 'sampling_alg_lac2020/LAC-20.tex')
-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.}