We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c04b1b commit f4a6d2bCopy full SHA for f4a6d2b
doc/usage.md
@@ -329,8 +329,7 @@ row length in advance:
329
A plausible code pattern is to read a PLY file into a `PlyData`
330
instance, perform some operations on it, possibly modifying data and
331
metadata in place, and write the result to a new file. This pattern is
332
-partially supported. As of version 0.4, the following in-place
333
-mutations are supported:
+partially supported. The following in-place mutations are possible:
334
335
- Modifying numerical array data only.
336
- Assigning directly to a `PlyData` instance's `elements`.
0 commit comments