Skip to content

Commit 7447e0f

Browse files
authored
Fix typo in document.ja.md
1 parent 7a6d2c2 commit 7447e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.verify-helper/docs/static/document.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ documentation_of: ./path/to/segment_tree.hpp
145145
このファイルでは、……
146146
```
147147

148-
`documentation_of` 文字列は、`./` あるいは `..` から始まる場合は Markdown ファイルのパスからの相対パスであると認識されます。また、`//` から初まる場合は `.verify-helper` ディレクトリがある場所をルートとする絶対パスであると認識されます。
148+
`documentation_of` 文字列は、`./` あるいは `..` から始まる場合は Markdown ファイルのパスからの相対パスであると認識されます。また、`//` から始まる場合は `.verify-helper` ディレクトリがある場所をルートとする絶対パスであると認識されます。
149149
また、ディレクトリ区切り文字には `/` を使い、大文字小文字を正しく入力してください。
150150

151151

0 commit comments

Comments
 (0)