소스 검색

poly: updated doc (const references)

Michele Caini 5 년 전
부모
커밋
753df6decf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 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/>
 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
 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
 ```cpp
 circle c;
 circle c;