1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 12:30:48 +02:00

Merge pull request #3905 from caminsha/en/crystal_smalltypos

[crystal/en] Fixed typo and reference url
This commit is contained in:
Divay Prakash
2020-04-16 14:42:07 +05:30
committed by GitHub

View File

@@ -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
@@ -551,4 +551,4 @@ ex #=> "ex2"
## Additional resources
- [Official Documentation](http://crystal-lang.org/)
- [Official Documentation](https://crystal-lang.org/)