diff --git a/doc/docs.md b/doc/docs.md index d913af9e80..02fe0ba030 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -705,6 +705,8 @@ fn main() { } ``` +This means that defining public readonly fields is very easy in V, no need in getters/setters or properties. + ## Methods ```v