Browse Source

Fixed typo in comments

ocornut 10 years ago
parent
commit
3c225bbf88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      imgui.cpp

+ 1 - 1
imgui.cpp

@@ -217,7 +217,7 @@
    - when working with trees, ID are used to preserve the opened/closed state of tree nodes.
    - when working with trees, ID are used to preserve the opened/closed state of tree nodes.
      depending on your use cases you may want to use strings, indices or pointers as ID. 
      depending on your use cases you may want to use strings, indices or pointers as ID. 
       e.g. when displaying a single object that may change over time (1-1 relationship), using a static string as ID will preserve your node open/closed state when the targeted object change.
       e.g. when displaying a single object that may change over time (1-1 relationship), using a static string as ID will preserve your node open/closed state when the targeted object change.
-      e.g. when displaying a list of objects, using indices or pointers as ID will preserve the node open/closed state differerently. experiment and see what makes more sense!
+      e.g. when displaying a list of objects, using indices or pointers as ID will preserve the node open/closed state differently. experiment and see what makes more sense!
 
 
  If you want to load a different font than the default (ProggyClean.ttf, size 13)
  If you want to load a different font than the default (ProggyClean.ttf, size 13)