Skip to content

Commit

Permalink
Fix typos in doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed May 25, 2022
1 parent 9543f09 commit 7634d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/fj-math/src/transform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impl Transform {
))
}

/// Project transform according to camera specfication, return data as an array.
/// Project transform according to camera specification, return data as an array.
/// Used primarily for graphics code.
pub fn project_to_array(
&self,
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-viewer/src/graphics/renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ pub enum InitError {

/// Graphics rendering error
///
/// Describes errors related to non intialization graphics errors.
/// Describes errors related to non initialization graphics errors.
#[derive(Error, Debug)]
pub enum DrawError {
#[error("Error acquiring output surface: {0}")]
Expand Down

0 comments on commit 7634d13

Please sign in to comment.