浏览代码

x/model: mention Name.String in Name.DisplayFullest comment

Blake Mizerany 1 年之前
父节点
当前提交
e201627c63
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      x/model/name.go

+ 3 - 0
x/model/name.go

@@ -196,6 +196,9 @@ func (r Name) DisplayModel() string {
 //	<host>/<namespace>/<model>:<tag>
 //
 // 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,