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

[Bug]: Possible error in Documentation #4631

Open
c-anon opened this issue Oct 23, 2024 · 0 comments
Open

[Bug]: Possible error in Documentation #4631

c-anon opened this issue Oct 23, 2024 · 0 comments

Comments

@c-anon
Copy link

c-anon commented Oct 23, 2024

Describe the issue

At the http://google.github.io/googletest/gmock_for_dummies.html#StickyExpectations at one place the for loop looks like this:

for (int i = n; i > 0; i--)

and later like this:

for (int i = 1; i <= n; i++)

Is this an error or do I not understand something. If this is a wrong place to post this, please forward me somewhere else. Cheers.

Steps to reproduce the problem

Go to: http://google.github.io/googletest/gmock_for_dummies.html#StickyExpectations and see if the for loops should look like this.

What version of GoogleTest are you using?

no version, just docs

What operating system and version are you using?

web browser

What compiler and version are you using?

web browser

What build system are you using?

web browser

Additional context

No response

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

No branches or pull requests

1 participant