stakx / ecma-335

Markdown version of ECMA-335: Common Language Infrastructure (CLI). Work in progress (approx. 99% complete). Collaboration welcome!
39 stars 4 forks source link

Fix essentially all remaining typoes #22

Open darthwalsh opened 7 months ago

darthwalsh commented 7 months ago

(For context, see the diff online.)

I scrolled through all pages of the PDF looking for all remaining typos.

The change I'm least sure of: In docs/vi.c.1-ilasm-keywords.md creating a markdown table without a header isn't supported in github flavored markdown: https://stackoverflow.com/a/26398232/771768


As an FYI, I noticed 2 links being to different targets that are more specific, but these are not in the PR as they seemed like intentional fixes and not typos:

i.12.4-control-flow.md
- 2. Control transfer out of a protected region is covered in §[I.12.4.2.3](i.12.4.2.3-resolution-exceptions.md).
+ 2. Control transfer out of a protected region is covered in §[I.12.4.2](i.12.4.2-exception-handling.md).

ii.22.26-methoddef-0x06.md
- * _ImplFlags_ (a 2-byte bitmask of type _MethodImplAttributes_, §[II.23.1.11](ii.23.1.11-flags-for-methods-methodimplattributes.md))
+ * _ImplFlags_ (a 2-byte bitmask of type _MethodImplAttributes_, §[II.23.1.10](ii.23.1.10-flags-for-methods-methodattributes.md))