docs: fix indentation

This commit is contained in:
hylo 2022-12-30 18:15:14 +01:00
parent 8cdf287bdc
commit 98de53fc99
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ To start using guile-toml: ~(use-modules (toml))~
#+end_src
- Read a TOML file and parse it (example from [[https://toml.io][toml.io]]):
#+begin_src scheme
#+begin_src scheme
> (use-modules (toml) (ice-9 textual-ports))
> (toml->scm (call-with-input-file "example.toml" get-string-all))
#+end_src