From d6126aa77eb442f446d28b6dfb15a884f209a341 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 4 May 2019 14:04:25 +0100 Subject: Media queries: Fix documentation typo. Signed-off-by: Michael Drake --- src/select/mq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/select') diff --git a/src/select/mq.h b/src/select/mq.h index a84822d..4fe67b0 100644 --- a/src/select/mq.h +++ b/src/select/mq.h @@ -25,7 +25,7 @@ static inline bool mq_match_condition(css_mq_cond *cond) /** * Test whether media query list matches current media. * - * If anything in the list matches, it the list matches. If none match + * If anything in the list matches, the list matches. If none match * it doesn't match. * * \param m Media query list. -- cgit v1.2.3