From e13f05c9cf3e8a96bcc07658a791067a9addfc68 Mon Sep 17 00:00:00 2001 From: caminsha Date: Sun, 12 Apr 2020 18:40:03 +0200 Subject: Fixed a small typo. litteral => literal --- crystal.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crystal.html.markdown b/crystal.html.markdown index 9fae9da3..e8952032 100644 --- a/crystal.html.markdown +++ b/crystal.html.markdown @@ -229,7 +229,7 @@ b #=> 'b' c #=> "c" # Procs represent a function pointer with an optional context (the closure data) -# It is typically created with a proc litteral +# It is typically created with a proc literal proc = ->(x : Int32) { x.to_s } proc.class # Proc(Int32, String) # Or using the new method -- cgit v1.2.3 From 7a782b47fe01c41de047bae3861845b64c867203 Mon Sep 17 00:00:00 2001 From: caminsha Date: Sun, 12 Apr 2020 20:21:54 +0200 Subject: changed http link to https --- crystal.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crystal.html.markdown b/crystal.html.markdown index e8952032..ae027a8d 100644 --- a/crystal.html.markdown +++ b/crystal.html.markdown @@ -551,4 +551,4 @@ ex #=> "ex2" ## Additional resources -- [Official Documentation](http://crystal-lang.org/) +- [Official Documentation](https://crystal-lang.org/) -- cgit v1.2.3