From e201627c6309c4c97b5ca75ba25c5ce29609f117 Mon Sep 17 00:00:00 2001 From: Blake Mizerany Date: Fri, 5 Apr 2024 23:41:09 -0700 Subject: [PATCH] x/model: mention Name.String in Name.DisplayFullest comment --- x/model/name.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x/model/name.go b/x/model/name.go index 8e65df6c..0f06a33c 100644 --- a/x/model/name.go +++ b/x/model/name.go @@ -196,6 +196,9 @@ func (r Name) DisplayModel() string { // //: // // If any part is missing, it is omitted from the display string. +// +// It does not include the build part. For the fullest possible display +// string with the build, use [Name.String]. func (r Name) DisplayFullest() string { return (Name{ host: r.host,