mirror of
https://github.com/flynx/diff.js.git
synced 2025-10-29 02:50:10 +00:00
minor typo fix...
This commit is contained in:
parent
698fd1516c
commit
e1a705a648
@ -8,7 +8,7 @@ XXX Intro
|
|||||||
- [Diff](#diff)
|
- [Diff](#diff)
|
||||||
- [Diff class API](#diff-class-api)
|
- [Diff class API](#diff-class-api)
|
||||||
- [Diff object API](#diff-object-api)
|
- [Diff object API](#diff-object-api)
|
||||||
- [Supported JavaScript object](#supported-javascript-object)
|
- [Supported JavaScript objects](#supported-javascript-objects)
|
||||||
- [Options](#options)
|
- [Options](#options)
|
||||||
- [Deep compare](#deep-compare)
|
- [Deep compare](#deep-compare)
|
||||||
- [Patterns](#patterns)
|
- [Patterns](#patterns)
|
||||||
@ -77,7 +77,7 @@ var diff = new Diff(A, B)
|
|||||||
`.json() -> JSON`
|
`.json() -> JSON`
|
||||||
|
|
||||||
|
|
||||||
#### Supported JavaScript object
|
#### Supported JavaScript objects
|
||||||
|
|
||||||
The object support can be split into two, basic objects that are stored as-is and containers that support item changes when their types match.
|
The object support can be split into two, basic objects that are stored as-is and containers that support item changes when their types match.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user