Procházet zdrojové kódy

poly: updated doc (const references)

Michele Caini před 5 roky
rodič
revize
753df6decf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/md/poly.md

+ 1 - 1
docs/md/poly.md

@@ -313,7 +313,7 @@ The `poly` class template offers a wide range of constructors, from the default
 one (which will return an uninitialized `poly` object) to the copy and move
 constructor, as well as the ability to create objects in-place.<br/>
 Among others, there is a constructor that allows users to wrap unmanaged objects
-in a `poly` instance:
+in a `poly` instance (either const or non-const ones):
 
 ```cpp
 circle c;