Skip to content

Commit 6abf698

Browse files
committed
誤字を修正
1 parent d2bf0ef commit 6abf698

File tree

1 file changed

+1
-1
lines changed
  • crates/typst-library/src/loading

1 file changed

+1
-1
lines changed

crates/typst-library/src/loading/read.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use crate::World;
1111
///
1212
/// デフォルトでは、ファイルはUTF-8として読み込まれ、[文字列]($str)として返されます。
1313
///
14-
/// `{encoding: none}`を指定した場合、この関数は代わりに生の[bite]を返します。
14+
/// `{encoding: none}`を指定した場合、この関数は代わりに生の[bytes]を返します。
1515
///
1616
/// # 例
1717
/// ```example

0 commit comments

Comments
 (0)