pages.*/*: replace {{" "}} with "{{ }}" (#15034)

The latter notation is preferred by the style guide.
This commit is contained in:
Lena
2024-12-05 18:27:27 +01:00
committed by GitHub
parent 1eb5d09fff
commit d74e776a9c
41 changed files with 45 additions and 45 deletions

View File

@@ -17,7 +17,7 @@
- 여러 범위로 테스트:
`semver {{1.2.3}} --range {{">=1.0"}} {{"<2.0"}}`
`semver {{1.2.3}} --range "{{>=1.0}}" "{{<2.0}}"`
- 여러 버전 문자열을 테스트하고 일치하는 것만 반환: