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
commit ecca2c3837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/)