Skip to content

Commit

Permalink
Fix typo (dynamic_rank => rank_dynamic)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpplearner authored and jwakely committed Apr 20, 2024
1 parent 5d4d950 commit 0ac38fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/containers.tex
Expand Up @@ -19441,7 +19441,7 @@
\effects
\begin{itemize}
\item
If \tcode{N} equals \tcode{dynamic_rank()},
If \tcode{N} equals \tcode{rank_dynamic()},
for all $d$ in the range $[0, \tcode{rank_dynamic()})$,
direct-non-list-initializes \tcode{\exposidnc{dynamic-extents}[$d$]}
with \tcode{as_const(exts[$d$])}.
Expand Down

0 comments on commit 0ac38fd

Please sign in to comment.