Skip to content

Commit

Permalink
change can-core to can-legacy for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattchewone committed Aug 1, 2019
1 parent 43a3ab3 commit 4780879
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/define.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@module {function} can-define
@parent can-observables
@collection can-core
@collection can-legacy
@description Defines observable properties and their behavior on a prototype object. This
function is not commonly used directly. [can-define/map/map]
and [can-define/list/list] are more commonly used. Types and
Expand Down
2 changes: 1 addition & 1 deletion list/docs/define-list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@module {function} can-define/list/list
@parent can-observables
@collection can-core
@collection can-legacy
@group can-define/list/list.prototype prototype
@group can-define/list/list/events events
@alias can.DefineList
Expand Down
2 changes: 1 addition & 1 deletion map/docs/define-map.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@module {function} can-define/map/map
@parent can-observables
@collection can-core
@collection can-legacy
@group can-define/map/map.prototype prototype
@group can-define/map/map.static static
@group can-define/map/map/events events
Expand Down

0 comments on commit 4780879

Please sign in to comment.