Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / range / doc / reference / algorithm / fill_n.qbk
index 6458255..1375d4e 100644 (file)
@@ -14,7 +14,7 @@ ForwardRange& fill( ForwardRange& rng, Size n, const Value& val );
 
 [heading Description]
 
-`fill_n` assigns the value `val` to `n` elements in the range `rng` begining with `boost::begin(rng)`.
+`fill_n` assigns the value `val` to `n` elements in the range `rng` beginning with `boost::begin(rng)`.
 
 [heading Definition]