Removed ambiguity in the documentation of 'value' property

This commit is contained in:
krishna 2016-04-02 19:46:13 +05:30
parent 890fc04106
commit a2edb47807
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ public class Variable<Element> {
/**
Gets or sets current value of variable.
If case new value is set, all observers are notified of that change.
Whenever a new value is set, all the observers are notified of the change.
Even is case equal value is set, observers will still be notified.
Even if the newly set value is same as the old value, observers are still notified for change.
*/
public var value: E {
get {