Skip to content

Commit

Permalink
chore: fix some comments (#619)
Browse files Browse the repository at this point in the history
Signed-off-by: depthlending <bikangning@outlook.com>
Co-authored-by: Miguel Palhas <mpalhas@gmail.com>
  • Loading branch information
depthlending and naps62 committed Mar 26, 2024
1 parent c2e6062 commit af91345
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

<p align="center">
<img src="https://raw.githubusercontent.com/ethui/.github/main/banner/github.png" width=70%>
</>
</p>

<p align="center">
<img alt="licence badge" src="https://img.shields.io/github/license/ethui/ethui">
<img alt="release badge" src="https://img.shields.io/github/v/release/ethui/ethui">
<img alt="build badge" src="https://img.shields.io/github/actions/workflow/status/ethui/ethui/rust.yml">
</>
</p>

## What is ethui?

Expand Down
2 changes: 1 addition & 1 deletion crates/forge/src/abi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub struct Abi {

impl Abi {
pub(super) fn try_from_match(m: Match) -> Result<Self> {
// TODO: this won't work in windows I supose
// TODO: this won't work in windows I suppose

if !m.full_path.exists() {
return Err(Error::FileNotFound(m.full_path));
Expand Down
2 changes: 1 addition & 1 deletion extension/src/inpage/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import log from "loglevel";
export type Maybe<T> = T | null | undefined;

/**
* json-rpc-engine middleware that logs RPC errors and and validates req.method.
* json-rpc-engine middleware that logs RPC errors and validates req.method.
*
* @param log - The logging API to use.
* @returns A json-rpc-engine middleware function.
Expand Down

0 comments on commit af91345

Please sign in to comment.