Skip to content

Commit

Permalink
includes/std: Fixed std::core::set_pattern_comment (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobSmun authored Aug 20, 2024
1 parent 26d48df commit d961271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/std/core.pat
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ namespace auto std::core {
/**
Changes the comment attached to a pattern
@param pattern The pattern to modify
@param name The new comment of the pattern
@param comment The new comment of the pattern
*/
fn set_pattern_comment(ref auto pattern, str comment) {
builtin::std::core::set_pattern_comment(pattern, name);
builtin::std::core::set_pattern_comment(pattern, comment);
};

/**
Expand Down

0 comments on commit d961271

Please sign in to comment.