8
0
فهرست منبع

Docs: Improved wording. [skip ci]

Piotrek Koszuliński 7 سال پیش
والد
کامیت
f0ecf7d57a
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      packages/ckeditor5-utils/src/observablemixin.js

+ 2 - 2
packages/ckeditor5-utils/src/observablemixin.js

@@ -686,8 +686,8 @@ function attachBindToListeners( observable, toBindings ) {
 /**
  * Fired when a property value is going to be changed but is not changed yet (before the `change` event is fired).
  *
- * When some value will be set as {@link module:utils/eventinfo~EventInfo#return event return value} then
- * this value become an observalbe new value.
+ * You can control the final value of the property by using
+ * the {@link module:utils/eventinfo~EventInfo#return event's `return` property}.
  *
  *		observable.set( 'prop', 1 );
  *