Skip to content

Commit

Permalink
Update type.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Müller <straightshoota@gmail.com>
  • Loading branch information
nobodywasishere and straight-shoota authored Jul 22, 2024
1 parent 894588c commit 3d4d103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/compiler/crystal/tools/doc/type.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ require "./item"
class Crystal::Doc::Type
include Item

PSEUDO_OBJECT_PREFIX = "CRYSTAL_PSEUDO__"
PSEUDO_OBJECT_NOTE = <<-DOC
PSEUDO_CLASS_PREFIX = "CRYSTAL_PSEUDO__"
PSEUDO_CLASS_NOTE = <<-DOC
NOTE: This is a pseudo-object provided directly by the Crystal compiler.
NOTE: This is a pseudo-class provided directly by the Crystal compiler.
It cannot be reopened nor overridden.
DOC

Expand Down

0 comments on commit 3d4d103

Please sign in to comment.