diff --git a/src/documentation/0.14.0/index.html b/src/documentation/0.14.0/index.html index 1c7ca6340..0a1552d51 100644 --- a/src/documentation/0.14.0/index.html +++ b/src/documentation/0.14.0/index.html @@ -13744,7 +13744,7 @@
Because the root module's root source file is always accessible using
- @import("root")
, is is sometimes used by libraries — including the Zig Standard
+ @import("root")
, it is sometimes used by libraries — including the Zig Standard
Library — as a place for the program to expose some "global" information to that library. The Zig
Standard Library will look for several declarations in this file.
Because the root module's root source file is always accessible using
- @import("root")
, is is sometimes used by libraries — including the Zig Standard
+ @import("root")
, it is sometimes used by libraries — including the Zig Standard
Library — as a place for the program to expose some "global" information to that library. The Zig
Standard Library will look for several declarations in this file.