diff options
author | gatecat <gatecat@ds0.me> | 2022-02-16 07:13:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 07:13:20 +0000 |
commit | a9228095ee78747eb49359814a4722a648808cc4 (patch) | |
tree | 444a0b80487a17603ff7ab11c594e2cdcecfac71 | |
parent | 604711275343ef6c60ffe76d7fad756a7b938915 (diff) | |
parent | 05c41ae2246f7a5da5247906f73d88d8526ebe6d (diff) | |
download | nextpnr-a9228095ee78747eb49359814a4722a648808cc4.tar.gz nextpnr-a9228095ee78747eb49359814a4722a648808cc4.tar.bz2 nextpnr-a9228095ee78747eb49359814a4722a648808cc4.zip |
Merge pull request #914 from ept221/doc_update
Fixed formatting typo in archapi.md
-rw-r--r-- | docs/archapi.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/archapi.md b/docs/archapi.md index f798254f..3fc30cdb 100644 --- a/docs/archapi.md +++ b/docs/archapi.md @@ -569,7 +569,7 @@ run the router. Graphics Methods ---------------- -###DecalGfxRangeT getDecalGraphics(DecalId decal) const +### DecalGfxRangeT getDecalGraphics(DecalId decal) const Return the graphic elements that make up a decal. |