Skip to content

Commit

Permalink
Add return value range to the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-blackbird committed Oct 10, 2023
1 parent c00feb7 commit d413cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/templates/vec.rs.tera
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ impl {{ self_t }} {
}
}

/// Returns the angle (in radians) of this vector.
/// Returns the angle (in radians) of this vector in the range `[-π, +π]`.
///
/// The input does not need to be a unit vector however it must be non-zero.
#[inline]
Expand Down

0 comments on commit d413cf3

Please sign in to comment.