Skip to content

Commit

Permalink
chore: remove repetitive words (#1845)
Browse files Browse the repository at this point in the history
Signed-off-by: suchsoon <silverjadebeauty@gmail.com>
  • Loading branch information
suchsoon authored Mar 12, 2024
1 parent 9ef1576 commit 2835595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN ( auditwheel addtag ./z3_solver-* \

FROM python-wheel-with-cargo AS python-wheel-blake2b
# blake2b-py doesn't publish ARM builds, and also don't publish source packages
# on PyPI (other than the old 0.1.3 version) so we need to build from from a git
# on PyPI (other than the old 0.1.3 version) so we need to build from a git
# tag. They do publish binaries for linux amd64, but their binaries only support
# certain platform versions and the amd64 python image isn't supported, so we
# have to build from src for that as well.
Expand Down
2 changes: 1 addition & 1 deletion solidity_examples/BECToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ contract BasicToken is ERC20Basic {

/**
* @dev Gets the balance of the specified address.
* @param _owner The address to query the the balance of.
* @param _owner The address to query the balance of.
* @return An uint256 representing the amount owned by the passed address.
*/
function balanceOf(address _owner) public returns (uint256 balance) {
Expand Down

0 comments on commit 2835595

Please # to comment.