Skip to content

Commit

Permalink
Merge pull request #16582 from toddjordan/important-api-doc-bugfix-ch…
Browse files Browse the repository at this point in the history
…errypick

[DOC release] Fix docs per issue #16500
  • Loading branch information
rwjblue authored May 7, 2018
2 parents cc511bb + 9255539 commit ed6b937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ember-metal/lib/expand_properties.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { assert } from 'ember-debug';

/**
@module @ember/object/computed
@module @ember/object
*/

const END_WITH_EACH_REGEX = /\.@each$/;
Expand Down Expand Up @@ -30,7 +30,7 @@ const END_WITH_EACH_REGEX = /\.@each$/;
@method expandProperties
@static
@for @ember/object
@for @ember/object/computed
@public
@param {String} pattern The property pattern to expand.
@param {Function} callback The callback to invoke. It is invoked once per
Expand Down

0 comments on commit ed6b937

Please sign in to comment.