Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor typo #1219

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fix minor typo #1219

wants to merge 3 commits into from

Conversation

vipocenka
Copy link

This pull request fixes typographical errors in multiple Go files related to HTTP request handlers and documentation. Specifically:

  1. Updated "a address" to "an address" in the following functions:

    • SendRequestHandlerFn in bank/client/rest/tx.go
    • TopupHandlerFn in topup/client/rest/tx.go
    • WithdrawFeeHandlerFn in topup/client/rest/tx.go
  2. Corrected "a HTTP error" to "an HTTP error" in the WriteErrorResponse function within types/rest/rest.go.

These changes improve the accuracy and professionalism of the codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant