summaryrefslogtreecommitdiff
path: root/docs/src/explanations
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/explanations')
-rw-r--r--docs/src/explanations/naming.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/explanations/naming.md b/docs/src/explanations/naming.md
index 69870813..56c089bc 100644
--- a/docs/src/explanations/naming.md
+++ b/docs/src/explanations/naming.md
@@ -213,7 +213,7 @@ reflection naming cannot:
```scala mdoc
class Example10 extends MultiIOModule {
{
- val in = IO(Input(UInt(width.W)))
+ val in = IO(Input(UInt(3.W)))
val out = IO(Output(UInt()))
val add = in + in