From eeb8a8462312ff09b536136218e15028565d7e89 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Sun, 3 Mar 2019 14:07:47 -0500 Subject: [PATCH] Typo --- lib/dhall/ast.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dhall/ast.rb b/lib/dhall/ast.rb index 7d26d7b..d193a18 100644 --- a/lib/dhall/ast.rb +++ b/lib/dhall/ast.rb @@ -136,7 +136,7 @@ module Dhall def initialize(arg) @arg = arg end - DEPRETATION_WIKI = "https://github.com/dhall-lang/dhall-lang/wiki/" \ + DEPRECATION_WIKI = "https://github.com/dhall-lang/dhall-lang/wiki/" \ "Migration:-Deprecation-of-constructors-keyword" deprecate :initialize, DEPRECATION_WIKI, 2019, 4 end -- 2.38.5