Skip to content

Commit

Permalink
Merge pull request #2163 from AleoHQ/fix/matches-record-doc
Browse files Browse the repository at this point in the history
[TOB] Update documentation for `matches_record`
  • Loading branch information
howardwu authored Nov 10, 2023
2 parents bac9e17 + 03baf25 commit e88b8fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions synthesizer/process/src/stack/register_types/matches.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ impl<N: Network> RegisterTypes<N> {
}

/// Checks that the given record matches the layout of the record type.
/// Note: Ordering for `owner` **does** matter, however ordering
/// for record data does **not** matter, as long as all defined members are present.
pub fn matches_record(
&self,
stack: &(impl StackMatches<N> + StackProgram<N>),
Expand Down

0 comments on commit e88b8fa

Please sign in to comment.