Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kanasimi committed Oct 27, 2024
1 parent 8e3599c commit 795b12a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/net/wiki/parser/evaluate.js
Original file line number Diff line number Diff line change
Expand Up @@ -1995,6 +1995,7 @@ function module_code(library_namespace) {
// ------------------------------------------------------------------------

// @see [[Module:Yesno]], [[Template:Yesno]]
// 可以 `typeof CeL.wiki.Yesno(value) === 'boolean'` 判別為 valid value。
function Yesno(value, default_value) {
if (value === undefined)
return;
Expand Down

0 comments on commit 795b12a

Please sign in to comment.