Skip to content

Commit

Permalink
[DOC] Fixed small Docs and Code mismatches
Browse files Browse the repository at this point in the history
  • Loading branch information
spruce authored and igorT committed Nov 2, 2018
1 parent a422484 commit bcccd0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions addon/-private/system/model/errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ import { warn } from '@ember/debug';
@class Errors
@namespace DS
@extends Ember.Object
@uses Ember.Enumerable
@extends Ember.ArrayProxy
@uses Ember.Evented
*/
export default ArrayProxy.extend(Evented, {
Expand Down
2 changes: 1 addition & 1 deletion addon/adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import EmberObject from '@ember/object';
@class Adapter
@namespace DS
@extends Ember.Object
@extends EmberObject
*/

export default EmberObject.extend({
Expand Down

0 comments on commit bcccd0b

Please sign in to comment.