Skip to content

Commit 4df5bbc

Browse files
author
Neil Fraser
committed
Eliminate all Closure compiler warnings.
Create diff class in JS that looks the same as an array-based tuple.
1 parent 80af38a commit 4df5bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objectivec/DiffMatchPatch.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ - (id)copyWithZone:(NSZone *)zone
202202
/**
203203
* Emulate GNU diff's format.
204204
* Header: @@ -382,8 +481,9 @@
205-
* Indicies are printed as 1-based, not 0-based.
205+
* Indices are printed as 1-based, not 0-based.
206206
* @return The GNU diff NSString.
207207
*/
208208
- (NSString *)description

0 commit comments

Comments
 (0)