Skip to content

Commit

Permalink
fix typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vaivaswatha committed Aug 16, 2024
1 parent 2736a18 commit 1d79508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/value.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! # SSA [Value]s: Use-Def and Def-Use Graph.
//! At the core of the IR infrastructure are SSA use-def chains.
//! SSA [Value]s: Use-Def and Def-Use Graph.
//! At the core of the IR infrastructure are SSA def-use and use-def chains.
//! Use-def and def-use chains are composed of four key structures:
//! - [Value] describes a value definition, either a block argument, or an operation result.
//! - [`Ptr<BasicBlock>`] describes a block definition.
Expand Down

0 comments on commit 1d79508

Please sign in to comment.