From dc0556015a55a53cc7237b9033b159785c294c94 Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Sat, 29 Aug 2026 17:06:09 +0530 Subject: [PATCH 1/2] docs: fix typo relase -> release Signed-off-by: Vaibhav Srivastava --- Development/Documentation/mono.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development/Documentation/mono.md b/Development/Documentation/mono.md index 4a880b7a0..74def3fcb 100644 --- a/Development/Documentation/mono.md +++ b/Development/Documentation/mono.md @@ -14,4 +14,4 @@ Some useful notes and tips for devs: * `MONO_GC_DEBUG=nursery-canaries` - it might catch some buffer overflows in case of problems in code. * `MONO_GC_DEBUG=:` - will print GC debug to the log file (eg. `4:sgen-gc`). * Methods `mono_custom_attrs_from_property` and `mono_custom_attrs_get_attr` are internally cached -* If C++ mono call a method in c# that will throw an error, error will be handled but, not completly. Calling relase domain will return random `Access memory violation`. First search for error in c# code. No workaround yet. +* If C++ mono call a method in c# that will throw an error, error will be handled but, not completly. Calling release domain will return random `Access memory violation`. First search for error in c# code. No workaround yet. From d6b74c0bff8fbe12bc96cbfab91a3f2106efaaad Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Sat, 29 Aug 2026 17:06:26 +0530 Subject: [PATCH 2/2] docs: fix typo completly -> completely Signed-off-by: Vaibhav Srivastava --- Development/Documentation/mono.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development/Documentation/mono.md b/Development/Documentation/mono.md index 74def3fcb..ff9dd1691 100644 --- a/Development/Documentation/mono.md +++ b/Development/Documentation/mono.md @@ -14,4 +14,4 @@ Some useful notes and tips for devs: * `MONO_GC_DEBUG=nursery-canaries` - it might catch some buffer overflows in case of problems in code. * `MONO_GC_DEBUG=:` - will print GC debug to the log file (eg. `4:sgen-gc`). * Methods `mono_custom_attrs_from_property` and `mono_custom_attrs_get_attr` are internally cached -* If C++ mono call a method in c# that will throw an error, error will be handled but, not completly. Calling release domain will return random `Access memory violation`. First search for error in c# code. No workaround yet. +* If C++ mono call a method in c# that will throw an error, error will be handled but, not completely. Calling release domain will return random `Access memory violation`. First search for error in c# code. No workaround yet.