C#: Fix broken link to ECMA-335

This commit is contained in:
Henry Mercer
2020-07-09 13:15:22 +01:00
committed by GitHub
parent e167b87150
commit 3d711b8cd1

View File

@@ -1,7 +1,7 @@
/**
* Provides classes representing individual opcodes.
*
* See ECMA-335 (http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-335.pdf)
* See ECMA-335 (https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-335.pdf)
* pages 32-101 for a detailed explanation of these instructions.
*/