From c53441c0e07101e374bb5405a46b6d629fc846d5 Mon Sep 17 00:00:00 2001 From: William Luu Date: Mon, 30 Oct 2017 23:12:31 +1100 Subject: [PATCH] Update README.md Fixed typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7818e59..c0498a8 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Which is far less helpful, and close to jibberish in places * **constructors** - Do not match code, output as `.ctor` and `.cctor` + Does not match code, output as `.ctor` and `.cctor` * **iterators** Cannot determine overload `d__3.MoveNext()` rather than `Iterator(int startAt)+MoveNext()` @@ -147,4 +147,4 @@ Which is far less helpful, and close to jibberish in places Do not match code, output as `Int64`, `Boolean`, `String` rather than `long`, `bool`, `string` * **return types** - Skiped entirely from method signiture \ No newline at end of file + Skipped entirely from method signiture