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

Documentation defect #405

Closed
philanimalandrews opened this issue May 10, 2020 · 0 comments
Closed

Documentation defect #405

philanimalandrews opened this issue May 10, 2020 · 0 comments
Milestone

Comments

@philanimalandrews
Copy link

Describe the bug
I was reading the docs at and came across this -
_* In order to normalize a field object name, static helper methods can be created.

  • For example, foo(**Foo**) calls value("foo" , foo)
    */
    logger.info("log message {}", foo(foo));_

To Reproduce
See above

Expected behavior
I would expect to see -

  • For example, foo(**foo**) calls value("foo" , foo)
    i.e. the capitalised Foo is confusing.
@philsttr philsttr added this to the 6.4 milestone May 11, 2020
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

2 participants