Skip to content

Commit

Permalink
Clarify comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Aug 30, 2023
1 parent c1f4c24 commit d5a9f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paperoptionlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static function make_intrinsic_json_map(Conf $conf, $vconf, $all) {
}
}

// return unless overrides exist and are desired
// return unless overrides exist (and, in the case of `ioptions`, are desired)
$s1 = $conf->opt("intrinsicOptions");
$s2 = $all ? $conf->setting_json("ioptions") : null;
if (!$s1 && !$s2) {
Expand Down

0 comments on commit d5a9f22

Please sign in to comment.