Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Jun 23, 2023
1 parent 6283a4d commit 81ab922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub enum EdgeKind {
ControlFlow,
/// Data edges of a DDG region, also known as "wires".
Value(SimpleType),
/// A reference to a static value definition, used in the module region.
/// A reference to a static value definition.
Static(ClassicType),
/// Explicitly enforce an ordering between nodes in a DDG.
StateOrder,
Expand Down

0 comments on commit 81ab922

Please sign in to comment.