From 4c0e1a1caa65b6a0e9a7e76ed82c8cc129fb0b6d Mon Sep 17 00:00:00 2001 From: Erik Bruchez Date: Tue, 7 Jul 2015 20:34:45 -0700 Subject: [PATCH] Fix for consistency with other uses of `bar` --- selectors/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selectors/Overview.bs b/selectors/Overview.bs index e0a32afdd32..7e9ca7e71c9 100644 --- a/selectors/Overview.bs +++ b/selectors/Overview.bs @@ -174,7 +174,7 @@ Selectors Overview E[foo^="bar"] an E element whose foo attribute value - begins exactly with the string "bar" + begins exactly with the string bar [[#attribute-substrings]] 3