diff --git a/src/architecture.md b/src/architecture.md index d27dffa..84de2f8 100644 --- a/src/architecture.md +++ b/src/architecture.md @@ -551,7 +551,8 @@ module chunk { } } - chunkViewer(chunk : Chunk, focusedChunk : State, deleteThis : () => void) : Component { + chunkViewer(chunk : Chunk, focusedChunk : State, + deleteThis : () => void) : Component { var mode = Read var c = new Component( @@ -666,7 +667,7 @@ module settings { return c } } - +``` ``` module frontend { main() : Component {