Skip to content

Commit

Permalink
typos vector.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitrolito authored and stefan-mysten committed Dec 23, 2024
1 parent 0a863ac commit e8451cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external-crates/move/crates/move-stdlib/docs/vector.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Aborts if <code>i</code> or <code>j</code> is out of bounds.

## Function `singleton`

Return an vector of size one containing element <code>e</code>.
Return a vector of size one containing element <code>e</code>.


<pre><code><b>public</b> <b>fun</b> <a href="vector.md#0x1_vector_singleton">singleton</a>&lt;Element&gt;(e: Element): <a href="vector.md#0x1_vector">vector</a>&lt;Element&gt;
Expand Down

0 comments on commit e8451cf

Please sign in to comment.