We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373b251 commit cf87369Copy full SHA for cf87369
posts/2025-05-12_kernel_realm/README.md
@@ -66,7 +66,7 @@ So non-pure exported functions act exactly like a system call: they provide the
66
ability to write outside the calling realm space, by crossing the realm
67
boundary. A realm doesn't need to trust a caller realm: only itself can write in
68
its own space. A realm doesn`t need to trust an external kernel: it is its own
69
-the kernel, it decides exactly how its data can be accessed and/or modified by
+kernel, it decides exactly how its data can be accessed and/or modified by
70
caller realms.
71
72
Gno unifies the concepts of Go package and Unix process in a single simple
0 commit comments