Skip to content

Commit 8e1374c

Browse files
authored
Merge pull request #14391 from emberjs/locks-patch-2
[DOC release] Make inline code-samples equivalent
2 parents 12e3ec0 + 1417618 commit 8e1374c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ember-runtime/lib/mixins/observable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export default Mixin.create({
164164
/**
165165
Sets the provided key or path to the value.
166166
167-
This method is generally very similar to calling `object[key] = value` or
167+
This method is generally very similar to calling `object["key"] = value` or
168168
`object.key = value`, except that it provides support for computed
169169
properties, the `setUnknownProperty()` method and property observers.
170170

0 commit comments

Comments
 (0)