From 121635ed26c8a9852c827d6c0729515337604d08 Mon Sep 17 00:00:00 2001
From: Jack Koenig
Date: Wed, 21 Nov 2018 14:08:32 -0800
Subject: Add asBools, deprecate toBools
---
coreMacros/src/main/scala/chisel3/SourceInfoDoc.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'coreMacros/src')
diff --git a/coreMacros/src/main/scala/chisel3/SourceInfoDoc.scala b/coreMacros/src/main/scala/chisel3/SourceInfoDoc.scala
index ad320d5d..2f14585e 100644
--- a/coreMacros/src/main/scala/chisel3/SourceInfoDoc.scala
+++ b/coreMacros/src/main/scala/chisel3/SourceInfoDoc.scala
@@ -16,7 +16,7 @@ package chisel3
*
* The equivalent public-facing methods do not have the `do_` prefix or have the same name. Use and look at the
* documentation for those. If you want left shift, use `<<`, not `do_<<`. If you want comversion to a [[Seq]] of
- * [[Bool]]s look at the `toBools` above, not the one below. Users can safely ignore every method in this group!
+ * [[Bool]]s look at the `asBools` above, not the one below. Users can safely ignore every method in this group!
*
*
*
--
cgit v1.2.3