Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 3769e96

Browse files
author
Sergey Chernyshev
authored
Wrong method call documentation
1 parent 93d7dc8 commit 3769e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/GraphNode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Returns the `hometown` property for the user as a `Facebook\GraphNodes\GraphPage
162162

163163
### getSignificantOther()
164164
```php
165-
public Facebook\GraphNodes\GraphUser|null getHometown()
165+
public Facebook\GraphNodes\GraphUser|null getSignificantOther()
166166
```
167167
Returns the `significant_other` property for the user as a `Facebook\GraphNodes\GraphUser` if present.
168168

0 commit comments

Comments
 (0)