diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-06-24 08:41:48 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-06-24 08:41:48 +0100 |
commit | d8990284057e6401d0374f439df51879595d804d (patch) | |
tree | 61e2bf9e832d28d7f83431ec5bb0725120451ee6 /include | |
parent | 15a7f7e4bda1a022a9e871b6c57fa7a7be22eb74 (diff) | |
download | ubox-msx-lib-d8990284057e6401d0374f439df51879595d804d.tar.gz ubox-msx-lib-d8990284057e6401d0374f439df51879595d804d.zip |
Fixing some formatting issues in the docs
Diffstat (limited to 'include')
-rw-r--r-- | include/ap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap.h b/include/ap.h index 4875f88..a42e16d 100644 --- a/include/ap.h +++ b/include/ap.h @@ -14,7 +14,7 @@ // It will be compiled as part of the tools, but you can compile it // independently with: // -// ``` +// ```bash // make bin/apultra // ``` // |