Skip to content

Commit

Permalink
Update hilti/toolchain/include/ast/operators/bitfield.h
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Bannier <bbannier@users.noreply.github.com>
  • Loading branch information
rsmmr and bbannier authored Sep 7, 2023
1 parent 17d12f3 commit 4fc35b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hilti/toolchain/include/ast/operators/bitfield.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ BEGIN_OPERATOR_CUSTOM(bitfield, HasMember)
detail::checkName(i.op0(), i.op1(), p.node);
}

std::string doc() const { return "Returns true if the bitfield's element has a value to provide."; }
std::string doc() const { return "Returns true if the bitfield's element has a value."; }
END_OPERATOR_CUSTOM

} // namespace hilti::operator_

0 comments on commit 4fc35b4

Please sign in to comment.