Browse Source

The caller totally should

Simon Krajewski 11 năm trước cách đây
mục cha
commit
ef12ae8214
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      std/cpp/vm/Debugger.hx

+ 2 - 2
std/cpp/vm/Debugger.hx

@@ -191,8 +191,8 @@ class Debugger
 
     /**
      * Returns the full paths of the set of source files known to the debugger.
-     * This is a copy * of the original array and could be quite large.The caller should
-     * It is possiblw that this set will be empty, in which case the full paths are not known.
+     * This is a copy of the original array and could be quite large.
+     * It is possible that this set will be empty, in which case the full paths are not known.
      * The index of these files matches the index from "getFiles", so the full path for
      * a given short path can be calculated.
      *