Fix typo in constant reference

This commit is contained in:
Andrew White 2016-11-13 15:59:13 +00:00
parent 60d82fa141
commit 89071400b4
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ EXPECTED
class NaNNumber
def as_json(options = nil)
{ "number" => Float:NAN }
{ "number" => Float::NAN }
end
end