mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-05 06:17:36 +02:00
Merge pull request #3905 from caminsha/en/crystal_smalltypos
[crystal/en] Fixed typo and reference url
This commit is contained in:
@@ -229,7 +229,7 @@ b #=> 'b'
|
|||||||
c #=> "c"
|
c #=> "c"
|
||||||
|
|
||||||
# Procs represent a function pointer with an optional context (the closure data)
|
# 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 = ->(x : Int32) { x.to_s }
|
||||||
proc.class # Proc(Int32, String)
|
proc.class # Proc(Int32, String)
|
||||||
# Or using the new method
|
# Or using the new method
|
||||||
@@ -551,4 +551,4 @@ ex #=> "ex2"
|
|||||||
|
|
||||||
## Additional resources
|
## Additional resources
|
||||||
|
|
||||||
- [Official Documentation](http://crystal-lang.org/)
|
- [Official Documentation](https://crystal-lang.org/)
|
||||||
|
Reference in New Issue
Block a user