diff --git a/doc/langref.html.in b/doc/langref.html.in index 78f5c32384e8..17f1f4fc2bb1 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -6605,7 +6605,7 @@ const builtin = @import("builtin"); {#header_open|Special Root Declarations#}

Because the root module's root source file is always accessible using - {#syntax#}@import("root"){#endsyntax#}, is is sometimes used by libraries — including the Zig Standard + {#syntax#}@import("root"){#endsyntax#}, 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.