Merge pull request #1840 from Ahmed-Magdy-S/patch-2

fix minor typo
This commit is contained in:
Ilya Kantor 2020-04-03 18:53:43 +03:00 committed by GitHub
commit 09404a069e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -306,7 +306,7 @@ Class fields are a recent addition to the language.
Previously, classes only had methods.
"Class fields" is a synctax that allows to add any properties.
"Class fields" is a syntax that allows to add any properties.
For instance, let's add `name` property to `class User`: