Skip to content

Commit

Permalink
refix txt
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyingwang committed Feb 26, 2022
1 parent 0b4a478 commit 51f35aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extend.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
[(= (length lst) 1)
(if (severe-weather? (car lst))
@~a{当前正在下@(first (car lst))并将持续下约(third (car lst)小时)}
"24小时内无雨雪天气")]
"24小时内无降水天气")]
[(> (length lst) 1)
(if (severe-weather? (car lst))
@~a{当前正在下@(first (car lst)),但}
Expand Down

0 comments on commit 51f35aa

Please sign in to comment.