Skip to content

Commit

Permalink
Add text language to code bloks in machine-readable-output.md
Browse files Browse the repository at this point in the history
Travis fails when running `make doc` because of this file.
This should fix the issue.
  • Loading branch information
jhbabon committed Nov 1, 2016
1 parent 3f90298 commit 665aa7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/machine-readable-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Cargo can output information about project and build in JSON format.
You can use `cargo metadata` command to get information about project structure
and dependencies. The output of the command looks like this:

```
```text
{
// Integer version number of the format.
"version": integer,
Expand Down Expand Up @@ -59,7 +59,7 @@ without waiting for the whole build to finish.

The message format looks like this:

```
```text
{
// Type of the message.
"reason": "compiler-message",
Expand Down

0 comments on commit 665aa7f

Please sign in to comment.