This commit is contained in:
ines 2017-05-31 11:34:31 +02:00
parent e6cf3c7e1c
commit 981196c181

View File

@ -408,7 +408,7 @@ p
| To label the hashtags, we first need to add a new custom flag.
| #[code IS_HASHTAG] will be the flag's ID, which you can use to assign it
| to the hashtag's span, and check its value via a token's
| #[+api("token#check_flag") #[code code check_flag()]] method. On each
| #[+api("token#check_flag") #[code check_flag()]] method. On each
| match, we merge the hashtag and assign the flag.
+code.