Sfoglia il codice sorgente

doc: fixed typo (close #578)

Michele Caini 5 anni fa
parent
commit
22d117a397
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      docs/md/meta.md

+ 1 - 1
docs/md/meta.md

@@ -509,7 +509,7 @@ to case. In particular:
   ```cpp
   ```cpp
   auto last = view.end();
   auto last = view.end();
   // appends an integer to the container
   // appends an integer to the container
-  view.insert(last.handle(), 42);
+  view.insert(last, 42);
   ```
   ```
 
 
   This function returns a meta iterator pointing to the inserted element and a
   This function returns a meta iterator pointing to the inserted element and a