diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2019-12-21 17:57:51 +0900 |
---|---|---|
committer | Ry Dahl <ry@tinyclouds.org> | 2019-12-21 03:57:51 -0500 |
commit | 80da2ac8dea9f2e77bd81273530b8f7ff42d8a93 (patch) | |
tree | ebba5d39d2f5ae2a1531280b3af7210b28e8a80d /std/encoding/README.md | |
parent | b7b0668c782dd4bc92237d91116f033e57536238 (diff) |
fix(std/encoding/yaml): support document separator in parseAll (#3535)
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 |