Skip to content

Commit cf87369

Browse files
mvertesjefft0
andauthored
Update posts/2025-05-12_kernel_realm/README.md
Co-authored-by: Jeff Thompson <jeff@berty.tech>
1 parent 373b251 commit cf87369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2025-05-12_kernel_realm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ So non-pure exported functions act exactly like a system call: they provide the
6666
ability to write outside the calling realm space, by crossing the realm
6767
boundary. A realm doesn't need to trust a caller realm: only itself can write in
6868
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
69+
kernel, it decides exactly how its data can be accessed and/or modified by
7070
caller realms.
7171

7272
Gno unifies the concepts of Go package and Unix process in a single simple

0 commit comments

Comments
 (0)