diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-05-12 04:45:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-12 04:45:26 -0500 |
commit | 2588683ca55d96f331ed728d977eb8308ea56a8d (patch) | |
tree | af39ca7f4ce5bace8f3b25408f87bdb2e1bc3e23 | |
parent | 62ffd416a4f918f92b960c28eae0f2e6cf6769ac (diff) | |
parent | 5c0cfc662cb911302b0d8103e67fb8c204b00d35 (diff) |
Auto merge of #700 - tmfink:template-typo, r=emilio
Fix issue template typo
Small typo fix
-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. --> |