Commit ecfee940 authored by Eric Myhre's avatar Eric Myhre

Legacy reference fix in docs string.

parent fbc10cb8
...@@ -43,7 +43,7 @@ type Type interface { ...@@ -43,7 +43,7 @@ type Type interface {
// Unexported marker method to force the union closed. // Unexported marker method to force the union closed.
_Type() _Type()
// Returns a pointer to the typesystem.Universe this type is a member of. // Returns a pointer to the TypeSystem this Type is a member of.
TypeSystem() *TypeSystem TypeSystem() *TypeSystem
// Returns the string name of the Type. This name is unique within the // Returns the string name of the Type. This name is unique within the
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment