From a476d1487b3bcffbbcddc292d0885a108b9aa435 Mon Sep 17 00:00:00 2001 From: Michal <88426022+SlynxCZ@users.noreply.github.com> Date: Sun, 8 Feb 2026 13:09:40 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a12ca7..50e44d8 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ Due to C++ ABI differences: | Linux (Itanium ABI) | 2 | 3 | 4 | | Windows (MSVC ABI) | 1 | 2 | 3 | -`public/Example.cs` applies Itanium offsets by default. +`public/Example.cs` applies correct offsets by default. ---