You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ A nesting can than be used in several ways:
13
13
* You can attach a change listener which is carried along as the innermost property changes.
14
14
* You can create bindings which are not only updated when the innermost property's value changes but also when the property itself is replaced.
15
15
16
-
These further steps can also be achieved with the same fluent API without breaking one's stride. You can find an example below and more in the classes in the folder `demo/org/codefx/nesting`.
16
+
These further steps can be made with the same fluent API without breaking one's stride. You can find an example below and more in the classes in the folder `demo/org/codefx/nesting` (look for methods starting with "demo").
17
17
18
18
## Example
19
19
@@ -39,13 +39,13 @@ Another way is to explicitly listen to changes of the model's `currentEmployeePr
0 commit comments