Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hellow554/logical-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
hellow554 committed Dec 3, 2018
2 parents 34a4c84 + 24d4758 commit 4b9a764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/logicbit/logicvector/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ macro_rules! doc_comment {
macro_rules! gen_has {
($name:ident, $value:expr) => {
doc_comment! {
concat!("This is a shortcut for [`LogicVector::has_ieee1164`].
concat!("This is a shortcut for [`LogicVector::has_ieee1164`].
```text
LogicVector::has_ieee1164(", stringify!($value), ")
Expand All @@ -504,7 +504,7 @@ LogicVector::has_ieee1164(", stringify!($value), ")
macro_rules! gen_is {
($name:ident, $value:expr) => {
doc_comment! {
concat!("This is a shortcut for [`LogicVector::is_ieee1164`].
concat!("This is a shortcut for [`LogicVector::is_ieee1164`].
```text
LogicVector::is_ieee1164(", stringify!($value), ");
Expand Down

0 comments on commit 4b9a764

Please sign in to comment.