Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Improved docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed May 15, 2018
1 parent 4fbdb64 commit cdd9c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conversion/conversion.js
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ export default class Conversion {
* Any view element matching `upcastAlso` will also be converted to model. If `model` describes multiple values, `upcastAlso`
* is an object that assigns those values (`upcastAlso` object keys) to {@link module:engine/view/matcher~MatcherPattern}s
* (`upcastAlso` object values).
* @property {module:utils/priorities~PriorityString} [converterPriority] Conversion priority.
* @property {module:utils/priorities~PriorityString} [converterPriority] Converter priority.
*/

// Helper function for `Conversion` `.add()` method.
Expand Down

0 comments on commit cdd9c92

Please sign in to comment.