Skip to content

Commit

Permalink
rc docs: fix code section not rendering properly due to missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
negative0 authored and ncw committed Oct 13, 2019
1 parent b4b59c5 commit b63e9be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/rc.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ Returns the following values:
...
]
}
```

### core/memstats: Returns the memory statistics {#core/memstats}

Expand Down Expand Up @@ -547,6 +548,7 @@ Returns the following values:
}
]
}
```

### core/version: Shows the current version of rclone and the go runtime. {#core/version}

Expand Down
3 changes: 3 additions & 0 deletions fs/accounting/stats_groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ Returns the following values:
}
]
}
` + "```" + `
`,
})

Expand All @@ -176,6 +177,7 @@ Returns the following values:
...
]
}
` + "```" + `
`,
})

Expand All @@ -189,6 +191,7 @@ is provided.
Parameters
- group - name of the stats group (string)
` + "```" + `
`,
})
}
Expand Down

0 comments on commit b63e9be

Please sign in to comment.