X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/bf090e021a5c20da452a4841cdfb8eb78e29544e..dbac800b3d4476312e1fc73e87931f31cdfdd9a0:/src/class-utilities.lisp diff --git a/src/class-utilities.lisp b/src/class-utilities.lisp index 62f27d8..491671d 100644 --- a/src/class-utilities.lisp +++ b/src/class-utilities.lisp @@ -100,7 +100,7 @@ (defun find-root-superclass (class) The root superclass is the superclass which itself has no direct superclasses. In universes not based on the provided builtin module, the - root class may not be our beloved SodObject; however, there must be one + root class may not be our beloved `SodObject'; however, there must be one (otherwise the class graph is cyclic, which should be forbidden), and we insist that it be unique."