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

Commit 0392f9c

Browse files
committed
Merge pull request #90 from hartca/patch-1
Added missing word
2 parents d3e810b + b74732f commit 0392f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ A path is an ECMAScript expression consisting only of identifiers (`myVal`), mem
181181

182182
```JavaScript
183183
{
184-
// Returns the current of the path from the provided object. If eval() is available, a compiled getter will be
184+
// Returns the current value of the path from the provided object. If eval() is available, a compiled getter will be
185185
// used for better performance.
186186
getValueFrom: function(obj) { }
187187

0 commit comments

Comments
 (0)