From fed2fb42f5cca17d38ff1ccd948d598dd0616cdc Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 10 Jan 2019 18:24:10 +0000 Subject: Fix documentation error --- src/VeriFuzz/Verilog/Mutate.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/VeriFuzz/Verilog/Mutate.hs') diff --git a/src/VeriFuzz/Verilog/Mutate.hs b/src/VeriFuzz/Verilog/Mutate.hs index 32f0833..dea5a66 100644 --- a/src/VeriFuzz/Verilog/Mutate.hs +++ b/src/VeriFuzz/Verilog/Mutate.hs @@ -119,7 +119,7 @@ instantiateMod_ m = -- | Initialise all the inputs and outputs to a module. -- --- >>> render $ initMod mod +-- >>> render $ initMod m -- module m(y, x); -- output wire [4:0] y; -- input wire [4:0] x; -- cgit