Skip to content

Commit

Permalink
Merge pull request #8605 from zenahirsch/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
orklah committed Oct 19, 2022
2 parents 347a1c2 + 459fdcd commit 0b80db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running_psalm/issues/PropertyNotSetInConstructor.md
@@ -1,6 +1,6 @@
# PropertyNotSetInConstructor

Unitialized properties are hard to statically analyze. To prevent mistakes, Psalm will enforce that all properties should be initialized.
Uninitialized properties are hard to statically analyze. To prevent mistakes, Psalm will enforce that all properties should be initialized.

It does that through [MissingConstructor](./MissingConstructor.md) and this issue.

Expand Down

0 comments on commit 0b80db5

Please sign in to comment.