diff options
Diffstat (limited to 'std/encoding/README.md')
-rw-r--r-- | std/encoding/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/std/encoding/README.md b/std/encoding/README.md index ee06aa3ec..6f0704b04 100644 --- a/std/encoding/README.md +++ b/std/encoding/README.md @@ -192,7 +192,6 @@ name: Eve `); console.log(data); // => [ { id: 1, name: "Alice" }, { id: 2, name: "Bob" }, { id: 3, name: "Eve" } ] -// TODO(kt3k): This doesn't work now ``` ### API |