diff options
author | Travis Finkenauer <tmfinken@gmail.com> | 2017-05-12 00:36:45 -0700 |
---|---|---|
committer | Travis Finkenauer <tmfinken@gmail.com> | 2017-05-12 00:36:45 -0700 |
commit | 5c0cfc662cb911302b0d8103e67fb8c204b00d35 (patch) | |
tree | af39ca7f4ce5bace8f3b25408f87bdb2e1bc3e23 | |
parent | 62ffd416a4f918f92b960c28eae0f2e6cf6769ac (diff) |
Fix issue template typo
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 33b65a20..c10fab0f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,7 +4,7 @@ // Insert your (minimal) C/C++ header here. ``` -### Bindgen Invokation +### Bindgen Invocation <!-- Place either the `bindgen::Builder` or the command line flags used here. --> |