Skip to content

Commit

Permalink
fixup: update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
amnn committed Jul 13, 2024
1 parent 0d72c0d commit 3dd0f38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ fn estimate_output_nodes_for_curr_node(
}
}

/// Try to extract a u64 value from the given argument, or return None on failure.
/// Try to extract a u32 value from the given argument, or return None on failure.
fn extract_limit(value: Option<&Positioned<GqlValue>>, variables: &Variables) -> Option<u32> {
if let GqlValue::Variable(var) = &value?.node {
return match variables.get(var) {
Expand Down

0 comments on commit 3dd0f38

Please sign in to comment.