mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Update to use new square brace formatting
This commit is contained in:
parent
0fae5b0bac
commit
4eec34becf
120 changed files with 1149 additions and 1155 deletions
|
@ -233,8 +233,8 @@ pub enum RuntimeError {
|
|||
/// ```roc
|
||||
/// app "hello"
|
||||
/// packages { pf: "platform" }
|
||||
/// imports [ pf.Stdout]
|
||||
/// provides [ main ] to pf
|
||||
/// imports [pf.Stdout]
|
||||
/// provides [main] to pf
|
||||
///
|
||||
/// main : Task.Task {} [] // Task isn't imported!
|
||||
/// main = Stdout.line "I'm a Roc application!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue