From 63b440efcff1023ccf646bb9e82228578f8a1007 Mon Sep 17 00:00:00 2001 From: tionway Date: Tue, 17 Jun 2025 16:20:26 +0800 Subject: [PATCH] fix a typo in Special-Root-Declarations --- src/documentation/0.14.0/index.html | 2 +- src/documentation/0.14.1/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@

Spec

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.

diff --git a/src/documentation/0.14.1/index.html b/src/documentation/0.14.1/index.html index c088b51ce..9306acf7b 100644 --- a/src/documentation/0.14.1/index.html +++ b/src/documentation/0.14.1/index.html @@ -13762,7 +13762,7 @@

Spec

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.