More which/that switching in docs. [ci skip]

This commit is contained in:
jdalton
2015-05-21 08:46:31 -07:00
parent 6c5ac490ab
commit 3a331ec156

View File

@@ -11325,7 +11325,7 @@
} }
/** /**
* Creates a function which performs a deep comparison between a given object * Creates a function that performs a deep comparison between a given object
* and `source`, returning `true` if the given object has equivalent property * and `source`, returning `true` if the given object has equivalent property
* values, else `false`. * values, else `false`.
* *
@@ -11354,7 +11354,7 @@
} }
/** /**
* Creates a function which compares the property value of `path` on a given * Creates a function that compares the property value of `path` on a given
* object to `value`. * object to `value`.
* *
* **Note:** This method supports comparing arrays, booleans, `Date` objects, * **Note:** This method supports comparing arrays, booleans, `Date` objects,
@@ -11545,7 +11545,7 @@
} }
/** /**
* A no-operation function which returns `undefined` regardless of the * A no-operation function that returns `undefined` regardless of the
* arguments it receives. * arguments it receives.
* *
* @static * @static
@@ -11563,7 +11563,7 @@
} }
/** /**
* Creates a function which returns the property value at `path` on a * Creates a function that returns the property value at `path` on a
* given object. * given object.
* *
* @static * @static
@@ -11589,7 +11589,7 @@
} }
/** /**
* The opposite of `_.property`; this method creates a function which returns * The opposite of `_.property`; this method creates a function that returns
* the property value at a given path on `object`. * the property value at a given path on `object`.
* *
* @static * @static