Skip to content

Commit

Permalink
Fix #1421, Correctly format code block terminator (#1491)
Browse files Browse the repository at this point in the history
The code block didn't terminate properly, causing the markdown to not render correctly on GitHub.
  • Loading branch information
jbohren-hbr committed May 19, 2021
1 parent 56ca8b3 commit 5ff1daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cFE Application Developers Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2033,7 +2033,7 @@ SAMPLE_AppData_t SAMPLE_AppData; /* Instantiate Task Data */
/* SAMPLE_AppData.BigPktBuf is no longer a valid pointer */
...
}
```c
```

## 6.9 Best Practices for using Software Bus

Expand Down

0 comments on commit 5ff1daa

Please sign in to comment.