Skip to content

Commit f7f2dcd

Browse files
committed
Update docs
1 parent a90b0cc commit f7f2dcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/digging-deeper/win32-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ PHPWinTools\WmiScripting\Models\UserAccount
1717
## Properties and Attributes
1818

1919
While each model has all of its possible properties defined, the intended method to get the value of these properties
20-
is [`getAttribute`](#getattribute). This allows for mutating or casting the value upon retrieval via an
21-
[attribute method](#attribute-methods), as well as, defining calculated attributes.
20+
is [`getAttribute`](#getattribute). This allows for mutating or [casting](#attribute-casting) the value upon retrieval
21+
via an [attribute method](#attribute-methods), as well as, defining [calculated attributes](#calculated-attributes).
2222

2323
There are also a couple of properties that should be considered when extending from an existing model.
2424

0 commit comments

Comments
 (0)