Skip to content

Commit

Permalink
More formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mercmobily committed Feb 1, 2020
1 parent 0517b7b commit 3b28acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docco.js
Expand Up @@ -34,13 +34,13 @@
// can use Rich Harris's [lit-node](https://github.com/Rich-Harris/lit-node)
// to require .md files directly.
//
// Docco Next works with normal source code (such as .js or .c) as well as literate
// Docco Next works with normal source code (such as `.js` or `.c`) as well as literate
// source code (such as literate CoffeeScript, `.litcoffee`, or `.js.md`).
//
// With pure literate style, all you have to do is add the .md extension to your
// source file.
//
// When processing source files (such as .js or .c), one line comments are considered
// When processing source files (such as `.js` or `.c`), one line comments are considered
// documentation and are parsed using Markdown. The code (that is, anything that is
// not a one-line comment) is processed by [Highlight.js](http://highlightjs.org/).
//
Expand Down

0 comments on commit 3b28acc

Please sign in to comment.