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

use constant name not value in documentation. #6

Closed
wants to merge 1 commit into from
Closed

use constant name not value in documentation. #6

wants to merge 1 commit into from

Conversation

wadearnold
Copy link

Problem Statement

Documentation is out of sync with code. Uses constant value and not constant name.

Description of Change

Changes all instances in documentation from value to constant name.

Breaking Change

not

Closes #5

@madflojo
Copy link
Member

madflojo commented Dec 1, 2021

Hey @wadearnold thanks for the PR, looks like there are some compile and linting issues. But overall I think adding an example directory would be a good idea!

@wadearnold wadearnold closed this by deleting the head repository Jun 30, 2023
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.

Example and readme use constant value and not constant name.
2 participants