Skip to content

Commit

Permalink
Merge pull request #218 from finga/master
Browse files Browse the repository at this point in the history
Fix typo in "Schema in Depth"
  • Loading branch information
weiznich authored May 14, 2024
2 parents a9745b4 + b265f2c commit 00ff99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/guides/schema-in-depth.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ and [`table!`] do. For `table!`, we will show a simplified version of the actual
that gets generated, and explain how each piece is relevant to you.
If you've ever been confused about what exactly is getting generated,
or what `use schema::posts::dsl::*` means, this is the right place to be.
Another way to get an overview of which types are available where is to open
the API documentation of your current crate via `cargo docs --open` and navigate
Another way to get an overview of which types are available where is to open
the API documentation of your current crate via `cargo doc --open` and navigate
to the relevant module there.

`diesel print-schema` is a command provided by Diesel CLI.
Expand Down

0 comments on commit 00ff99d

Please sign in to comment.