Browse Source

note on `null`ed parts removed on `rebuild` call

Herbert Vojčík 12 năm trước cách đây
mục cha
commit
fac7123da6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -53,7 +53,7 @@ brikz.rebuild();
 api.publishedBar(...);
 ```
 
-You can add / delete / change parts later and call `rebuild` again. Parts that are not functions, are left as is (their internal as well as API part); parts that are functions are instantiated again and merged in.
+You can add / delete / change parts later and call `rebuild` again. Parts that are not functions, are left as is (their internal as well as API part); parts that are functions are instantiated again and merged in. Parts that are `null`ed are removed.
 
 Advanced use
 ====