We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b5bec commit 4830fe4Copy full SHA for 4830fe4
README.md
@@ -35,7 +35,7 @@ $portmanteaus = $word->portmanteaus();
35
$numberOfSyllables = $word->syllables(); // Returns an integer
36
$isOffensive = $word->offensive(); // Returns true/false
37
$plural = $word->plural(); // Returns `Word` object
38
-$singular = $word->singular; // Returns `Word` object
+$singular = $word->singular(); // Returns `Word` object
39
```
40
41
Most methods will return an array of `Word` objects, unless specified otherwise.
0 commit comments