Skip to content

Commit

Permalink
[DOC release] Fix doc for diffArray
Browse files Browse the repository at this point in the history
- Fix method name from `diff-array` to `diffArray`
- This is not a public method
  • Loading branch information
tricknotes committed May 18, 2017
1 parent 58bd396 commit ad9382c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/-private/system/diff-array.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
@namespace
@method diff-array
@for DS
@method diffArray
@private
@param {Array} oldArray the old array
@param {Array} newArray the new array
@return {hash} {
Expand Down

0 comments on commit ad9382c

Please sign in to comment.