@@ -98,7 +98,7 @@ declare module _ {
98
98
**/
99
99
interface Support {
100
100
/**
101
- * Detect if an arguments object’ s [[Class]] is resolvable (all but Firefox < 4, IE < 9).
101
+ * Detect if an arguments object' s [[Class]] is resolvable (all but Firefox < 4, IE < 9).
102
102
**/
103
103
argsClass : boolean ;
104
104
@@ -258,7 +258,7 @@ declare module _ {
258
258
//_.chunk
259
259
interface LoDashStatic {
260
260
/**
261
- * Creates an array of elements split into groups the length of size. If collection can’ t be
261
+ * Creates an array of elements split into groups the length of size. If collection can' t be
262
262
* split evenly, the final chunk will be the remaining elements.
263
263
* @param array The array to process.
264
264
* @param size The length of each chunk.
@@ -4997,7 +4997,7 @@ declare module _ {
4997
4997
* @param wait The number of milliseconds to delay.
4998
4998
* @param options The options object.
4999
4999
* @param options.leading Specify execution on the leading edge of the timeout.
5000
- * @param options.maxWait The maximum time func is allowed to be delayed before it’ s called.
5000
+ * @param options.maxWait The maximum time func is allowed to be delayed before it' s called.
5001
5001
* @param options.trailing Specify execution on the trailing edge of the timeout.
5002
5002
* @return The new debounced function.
5003
5003
**/
@@ -5023,7 +5023,7 @@ declare module _ {
5023
5023
leading ?: boolean ;
5024
5024
5025
5025
/**
5026
- * The maximum time func is allowed to be delayed before it’ s called.
5026
+ * The maximum time func is allowed to be delayed before it' s called.
5027
5027
**/
5028
5028
maxWait ?: number ;
5029
5029
@@ -6063,7 +6063,7 @@ declare module _ {
6063
6063
//_.pairs
6064
6064
interface LoDashStatic {
6065
6065
/**
6066
- * Creates a two dimensional array of an object’ s key-value pairs,
6066
+ * Creates a two dimensional array of an object' s key-value pairs,
6067
6067
* i.e. [[key1, value1], [key2, value2]].
6068
6068
* @param object The object to inspect.
6069
6069
* @return Aew array of key-value pairs.
@@ -6271,7 +6271,7 @@ declare module _ {
6271
6271
//_.property
6272
6272
interface LoDashStatic {
6273
6273
/**
6274
- * # Ⓢ
6274
+ * # S
6275
6275
* Creates a "_.pluck" style function, which returns the key value of a given object.
6276
6276
* @param key (string)
6277
6277
* @return the value of that key on the object
@@ -6343,7 +6343,7 @@ declare module _ {
6343
6343
* @param options.evaluate The "evaluate" delimiter.
6344
6344
* @param options.import An object to import into the template as local variables.
6345
6345
* @param options.interpolate The "interpolate" delimiter.
6346
- * @param sourceURL The sourceURL of the template’ s compiled source.
6346
+ * @param sourceURL The sourceURL of the template' s compiled source.
6347
6347
* @param variable The data object variable name.
6348
6348
* @return Returns the compiled Lo-Dash HTML template or a TemplateExecutor if no data is passed.
6349
6349
**/
0 commit comments