Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Casheeew committed Jan 2, 2024
1 parent b76795b commit fbd1a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/js/templates/sandbox/anki-template-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export class AnkiTemplateRenderer {
* {{#regexMatch regex [flags] [content]...}}content{{/regexMatch}}
* - regex: regular expression string
* - flags: optional flags for regular expression
* e.g) "i" for case-insensitive, "g" for match all
* e.g. "i" for case-insensitive, "g" for match all
* @type {import('template-renderer').HelperFunction<string>}
*/
_regexMatch(args, context, options) {
Expand Down

0 comments on commit fbd1a60

Please sign in to comment.