Skip to content

Commit

Permalink
fix bad quantity link
Browse files Browse the repository at this point in the history
  • Loading branch information
nh916 committed Jul 26, 2023
1 parent b3f78b7 commit 9ff85a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/synthesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ workup_qty = cript.Quantity(key="volume", value=0.1, unit="m**3")

Now we can create an [Ingredient](../../nodes/subobjects/ingredient)
node for each ingredient using the [Material](../../nodes/primary_nodes/material)
and [quantities](../../nodes/subobjects/quantities) attributes.
and [quantities](../../nodes/subobjects/quantity) attributes.

```python
initiator = cript.Ingredient(
Expand Down

0 comments on commit 9ff85a4

Please sign in to comment.