diff --git a/external-crates/move/crates/move-stdlib/docs/vector.md b/external-crates/move/crates/move-stdlib/docs/vector.md
index 1e13e7dc46eafa..cbd2545efe7311 100644
--- a/external-crates/move/crates/move-stdlib/docs/vector.md
+++ b/external-crates/move/crates/move-stdlib/docs/vector.md
@@ -239,7 +239,7 @@ Aborts if i
or j
is out of bounds.
## Function `singleton`
-Return an vector of size one containing element e
.
+Return a vector of size one containing element e
.
public fun singleton<Element>(e: Element): vector<Element>