Skip to content

Commit

Permalink
Fix small typos in doc comment (#2490)
Browse files Browse the repository at this point in the history
(cherry picked from commit 52165fe)
  • Loading branch information
geekLucian authored and mergify-bot committed Apr 18, 2022
1 parent 7714aeb commit 514e3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/scala/chisel3/Bits.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ sealed class Bool() extends UInt(1.W) with Reset {
/** Logical or operator
*
* @param that a hardware $coll
* @return the lgocial or of this $coll and `that`
* @return the logical or of this $coll and `that`
* @note this is equivalent to [[Bool!.|(that:chisel3\.Bool)* Bool.|)]]
* @group Logical
*/
Expand All @@ -1140,7 +1140,7 @@ sealed class Bool() extends UInt(1.W) with Reset {
/** Logical and operator
*
* @param that a hardware $coll
* @return the lgocial and of this $coll and `that`
* @return the logical and of this $coll and `that`
* @note this is equivalent to [[Bool!.&(that:chisel3\.Bool)* Bool.&]]
* @group Logical
*/
Expand Down

0 comments on commit 514e3b9

Please sign in to comment.