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 d2bf0ef commit 6abf698Copy full SHA for 6abf698
crates/typst-library/src/loading/read.rs
@@ -11,7 +11,7 @@ use crate::World;
11
///
12
/// デフォルトでは、ファイルはUTF-8として読み込まれ、[文字列]($str)として返されます。
13
14
-/// `{encoding: none}`を指定した場合、この関数は代わりに生の[bite]を返します。
+/// `{encoding: none}`を指定した場合、この関数は代わりに生の[bytes]を返します。
15
16
/// # 例
17
/// ```example
0 commit comments