Browse Source

typo

pull/429/head
Cyril Auburtin 6 years ago
committed by GitHub
parent
commit
3e048188c0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/renderer.js

2
lib/renderer.js

@ -145,7 +145,7 @@ function Renderer() {
* var result = md.renderInline(...);
* ```
*
* Each rule is called as independed static function with fixed signature:
* Each rule is called as independent static function with fixed signature:
*
* ```javascript
* function my_token_render(tokens, idx, options, env, renderer) {

Loading…
Cancel
Save