manual: fix typo.
authorwhitequark <whitequark@whitequark.org>
Thu, 27 Aug 2020 16:34:48 +0000 (16:34 +0000)
committerwhitequark <whitequark@whitequark.org>
Thu, 27 Aug 2020 16:34:48 +0000 (16:34 +0000)
manual/CHAPTER_Overview.tex

index 61d628a9cf6126c76b14c05c73ab608ba821db27..ed8b4cd49553d214ed6733ce1fc58492d9fe87d5 100644 (file)
@@ -92,7 +92,7 @@ in different stages of the synthesis.
 
 \section{The RTL Intermediate Language}
 
-All frontends, passes and backends in Yosys operate on a design in RTLIL} representation.
+All frontends, passes and backends in Yosys operate on a design in RTLIL representation.
 The only exception are the high-level frontends that use the AST representation as an intermediate step before generating RTLIL
 data.