Skip to content

Commit f9dc12e

Browse files
committed
doc typo fix.
1 parent 7def41c commit f9dc12e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

logic/doc.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// Copyright 2016 The Gini Authors. All rights reserved. Use of this source
22
// code is governed by a license that can be found in the License file.
33

4-
// Package logic provides representation of Boolean combinational and sequentiallogic.
4+
// Package logic provides representation of Boolean combinational and sequential
5+
// logic.
56
//
67
// Package logic uses a standard AIG (and-inverter graph) to represent combinational
78
// circuits. They are simplified using simple rules and structural hashing,

0 commit comments

Comments
 (0)