doc: particles: remove trailing spaces

This commit is contained in:
Daniel Eklöf 2024-10-02 08:11:02 +02:00
parent 20d48a753b
commit e1b6a78f22
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -268,8 +268,8 @@ To match for empty strings, use ' "" ':
String glob matching String glob matching
To perform string matching using globbing with "\*" & "?" characters: To perform string matching using globbing with "\*" & "?" characters:
\* Match any zero or more characters. \* Match any zero or more characters. ? Match exactly any one
? Match exactly any one character. character.
``` ```
<tag> ~~ "hello*" <tag> ~~ "hello*"