#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 02 Feb 2018 00:54:46 +0100
changeset 22527 bc45db485b0d
parent 22526 9b0aeeccd6f4
child 22528 b54ce63c47f7
#DOCUMENTATION by cg class: Method comment/format in: #resourceType
Method.st
--- a/Method.st	Thu Feb 01 23:42:07 2018 +0100
+++ b/Method.st	Fri Feb 02 00:54:46 2018 +0100
@@ -3451,7 +3451,9 @@
 resourceType
     "ST-80 compatibility:
      return the method's first resource specs key.
-     Returns either nil, or a single symbol."
+     Returns either nil, or a single symbol.
+     For example, for an image-spec method, the resourceType
+     would be #image"
 
     |resources|