Skip to content

Commit

Permalink
Fix import path in docstring (#4256)
Browse files Browse the repository at this point in the history
  • Loading branch information
tymcauley authored Jul 9, 2024
1 parent 255d3d4 commit 2fca980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/chisel3/ltl/LTL.scala
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ sealed trait Sequence extends Property {
object Sequence {

/** Implicitly wraps a `Bool` and allows it to be used as a sequence or
* property. Use via `import chisel3.util.ltl.Sequence.BoolSequence`.
* property. Use via `import chisel3.ltl.Sequence.BoolSequence`.
*/
implicit class BoolSequence(val inner: Bool) extends Sequence with SequenceAtom

Expand Down

0 comments on commit 2fca980

Please sign in to comment.