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 example doesn't correspond to code example #405

Closed
yukulele opened this issue Apr 5, 2023 · 3 comments
Closed

doc example doesn't correspond to code example #405

yukulele opened this issue Apr 5, 2023 · 3 comments
Assignees

Comments

@yukulele
Copy link

yukulele commented Apr 5, 2023

this error is very confusing when trying to read the documentation:

<div><em>Example:</em> <code>pluck_1 = @$"a"+ " "+ @$"b"+</code></div>

pluck_1 = match:(@$"a"+ " "+) rest:rest { return {match, rest}; }

@hildjj
Copy link
Contributor

hildjj commented Apr 5, 2023

Agree there's something going on there.

@hildjj hildjj self-assigned this Apr 5, 2023
hildjj added a commit to hildjj/peggy that referenced this issue Apr 6, 2023
@hildjj hildjj closed this as completed in f1a5b53 Apr 7, 2023
@yukulele
Copy link
Author

yukulele commented Apr 7, 2023

Thanks!

And sorry but I realize that there is still a small error,

The input have the wrong value:

<input type="text" value="aaa " class="exampleInput" name="pluck_1">

should be:

       <input type="text" value="aaa   bb" class="exampleInput" name="pluck_1">

@hildjj
Copy link
Contributor

hildjj commented Apr 8, 2023

drat, thought I caught that.

@hildjj hildjj reopened this Apr 8, 2023
@hildjj hildjj closed this as completed in 1ef99c6 Aug 13, 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

No branches or pull requests

2 participants