From 90ab7cb1e941a07a7e9d5787cf69194c289d1207 Mon Sep 17 00:00:00 2001 From: Chris Simpkins Date: Thu, 21 Dec 2023 22:29:48 -0500 Subject: [PATCH] minor documentation revision --- src/lib/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/types.rs b/src/lib/types.rs index 555320c..7d704cd 100644 --- a/src/lib/types.rs +++ b/src/lib/types.rs @@ -226,7 +226,7 @@ impl SizTypesBuilder { } } -/// Generates a printable representation of the types names and glob patterns. +/// Generates a printable representation of the default type names and glob patterns. /// /// This method returns a string containing the type names and associated glob patterns. ///