diff options
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/web/css/comments/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/comments/index.md b/files/ja/web/css/comments/index.md index 49065643af..898c12c040 100644 --- a/files/ja/web/css/comments/index.md +++ b/files/ja/web/css/comments/index.md @@ -13,7 +13,7 @@ CSS の**コメント**は、説明的なメモをコードに追加したり、 ## 構文 -コメントはスタイルシート内で、ホワイトスペースが置ける場所ならばどこでも配置できます。1行で使用したり、複数行に渡らせたりすることができます。 +コメントはスタイルシート内で、ホワイトスペースが置ける場所ならばどこでも配置できます。1 行で使用したり、複数行に渡らせたりすることができます。 ```css /* コメント */ |