diff --git a/docs/source-1.0/spec/core/selectors.rst b/docs/source-1.0/spec/core/selectors.rst index a81311515ea..0b8613b9bf0 100644 --- a/docs/source-1.0/spec/core/selectors.rst +++ b/docs/source-1.0/spec/core/selectors.rst @@ -247,7 +247,7 @@ performed. .. code-block:: none - [trait|required $= '_'] + [id|name $= '_'] * - ``*=`` - Matches if the attribute value contains the comparison value. This comparator never matches if either value does not exist. diff --git a/docs/source-2.0/spec/selectors.rst b/docs/source-2.0/spec/selectors.rst index 1435e5322eb..fd263a3d3ac 100644 --- a/docs/source-2.0/spec/selectors.rst +++ b/docs/source-2.0/spec/selectors.rst @@ -248,7 +248,7 @@ performed. .. code-block:: none - [trait|required $= '_'] + [id|name $= '_'] * - ``*=`` - Matches if the attribute value contains the comparison value. This comparator never matches if either value does not exist.