Skip to content

Commit

Permalink
Fix formatting error (#1078)
Browse files Browse the repository at this point in the history
Fixed error that caused `<stdio.h>` to disappear from C `#include` directive
  • Loading branch information
tavi-vi committed Jan 31, 2022
1 parent 77079f2 commit 4ffe2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/site/embedding/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ You can find this file in the [example](https://github.com/wren-lang/wren/blob/m
<pre class="snippet" data-lang="c">
//For more details, visit https://wren.io/embedding/

#include <stdio.h>
#include &lt;stdio.h>
#include "wren.h"

static void writeFn(WrenVM* vm, const char* text)
Expand Down

0 comments on commit 4ffe2ed

Please sign in to comment.