Skip to content

Commit 0b604ee

Browse files
authored
Fix formatting in Erlang terminology mapping
Removed extra backticks from Erlang terminology mapping section.
1 parent c05076a commit 0b604ee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ impl Actor for MyActor {
379379
```
380380

381381
## Erlang Terminology Mapping
382-
```
382+
383383
|| Erlang | joerl | Description |
384384
|--------|-------|-------------|
385385
| `spawn/1` | `system.spawn(actor)` | Spawn a new actor |
@@ -400,7 +400,6 @@ impl Actor for MyActor {
400400
| `process_flag(trap_exit, true)` | `ctx.trap_exit(true)` | Trap exit signals |
401401
| `{'EXIT', Pid, Reason}` | `Signal::Exit { from, reason }` | Exit signal |
402402
| `{'DOWN', Ref, process, Pid, Reason}` | `Signal::Down { reference, pid, reason }` | Down signal |
403-
```
404403

405404
## Examples
406405

0 commit comments

Comments
 (0)