~singpolyma/dhall-ruby

f5f10d049e889d62bfa1e61dd8cfac21599ee95e — Stephen Paul Weber 4 years ago 7f636a8
Fix Typo

Dhall::Text is obviously the Text builtin, not the Double one.
1 files changed, 1 insertions(+), 1 deletions(-)

M lib/dhall/ast.rb
M lib/dhall/ast.rb => lib/dhall/ast.rb +1 -1
@@ 1055,7 1055,7 @@ module Dhall
		end)

		def self.as_dhall
			Builtins[:Double]
			Builtins[:Text]
		end

		def <<(other)