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: add example in path.md #2661

Merged
merged 2 commits into from
Oct 18, 2018
Merged

doc: add example in path.md #2661

merged 2 commits into from
Oct 18, 2018

Conversation

monperrus
Copy link
Collaborator

No description provided.

@monperrus
Copy link
Collaborator Author

@pvojtechovsky ready for merge

doc/path.md Outdated
new CtPathBuilder().recursiveWildcard().name("toto").role(CtPathRole.DEFAULT_VALUE).build();
CtPath p1 = new CtPathBuilder().recursiveWildcard().name("toto").role(CtPathRole.DEFAULT_VALUE).build();
// equivalent to
CtPath p2 = new CtPathStringBuilder().fromStrin(".**.toto#default_value").build();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fromStrin -> fromString

@pvojtechovsky pvojtechovsky merged commit d90f7f1 into master Oct 18, 2018
@monperrus monperrus deleted the monperrus-patch-2 branch October 22, 2018 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants