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

doc: AppendInvoke: Fix typo #54

Merged
merged 1 commit into from Jul 12, 2021
Merged

doc: AppendInvoke: Fix typo #54

merged 1 commit into from Jul 12, 2021

Conversation

abhinav
Copy link
Collaborator

@abhinav abhinav commented Jul 12, 2021

One of the examples for AppendInvoke used AppendInvoke(err, ...) but
the argument is supposed to be a *error. Fix the example.

One of the examples for AppendInvoke used `AppendInvoke(err, ...)` but
the argument is supposed to be a `*error`. Fix the example.
@abhinav abhinav requested a review from prashantv July 12, 2021 17:46
@codecov
Copy link

codecov bot commented Jul 12, 2021

Codecov Report

Merging #54 (b66752a) into master (ee7346a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #54   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          105       105           
=========================================
  Hits           105       105           
Impacted Files Coverage Δ
error.go 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ee7346a...b66752a. Read the comment docs.

@abhinav abhinav merged commit d49c2ba into master Jul 12, 2021
@abhinav abhinav deleted the abhinav-patch-1 branch July 12, 2021 17:57
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.

None yet

2 participants