From b63aa10173335a367af53a5a5d40435c5d538e9a Mon Sep 17 00:00:00 2001 From: Ahmed Charles Date: Mon, 4 Aug 2025 16:12:53 +0000 Subject: [PATCH] docs: fix typo. --- docs/guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide.rst b/docs/guide.rst index 9f155b377..05f301951 100644 --- a/docs/guide.rst +++ b/docs/guide.rst @@ -1822,7 +1822,7 @@ Like a regular submodule, an instance can also be added without specifying a nam If a name is not explicitly specified for a submodule, one will be generated and assigned automatically. Designs with many autogenerated names can be difficult to debug, so a name should usually be supplied. -Although an :class:`Instance` is not an elaboratable, as a special case, it can be returned from the :py:`elaborate()` method. This is conveinent for implementing an elaboratable that adorns an instance with an Amaranth interface: +Although an :class:`Instance` is not an elaboratable, as a special case, it can be returned from the :py:`elaborate()` method. This is convenient for implementing an elaboratable that adorns an instance with an Amaranth interface: .. testcode::