فهرست منبع

doc: fixed typo (close #578)

Michele Caini 5 سال پیش
والد
کامیت
22d117a397
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/md/meta.md

+ 1 - 1
docs/md/meta.md

@@ -509,7 +509,7 @@ to case. In particular:
   ```cpp
   auto last = view.end();
   // 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