From a39ce542e6f9276ae708c3a37e91d73e89c4a6fd Mon Sep 17 00:00:00 2001 From: Hayden Baker Date: Wed, 17 Dec 2025 10:17:50 -0800 Subject: [PATCH] Fix `@title` trait selector in docs Updated trait selector to use wildcard '*' instead of ':not(member)'. --- docs/source-2.0/spec/documentation-traits.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source-2.0/spec/documentation-traits.rst b/docs/source-2.0/spec/documentation-traits.rst index b7a27c326fe..5f2d92ce0e9 100644 --- a/docs/source-2.0/spec/documentation-traits.rst +++ b/docs/source-2.0/spec/documentation-traits.rst @@ -390,9 +390,7 @@ Summary used in automatically generated documentation and other contexts to provide a user friendly name for a shape. Trait selector - ``:not(member)`` - - *Any service or resource* + ``*`` Value type ``string``