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

quote bindings with spaces in doc search #39273

Merged
merged 1 commit into from
Jan 18, 2021
Merged

quote bindings with spaces in doc search #39273

merged 1 commit into from
Jan 18, 2021

Conversation

fredrikekre
Copy link
Member

From

help?> mutable s
search: mutable struct ismutable ismutabletype isimmutable

Couldn't find mutable s
Perhaps you meant ismutable
  No documentation found.

  Binding mutable s does not exist.

to

help?> mutable s
search: 'mutable struct' ismutable ismutabletype isimmutable

Couldn't find 'mutable s'
Perhaps you meant ismutable
  No documentation found.

  Binding 'mutable s' does not exist.

@fredrikekre fredrikekre added stdlib:REPL Julia's REPL (Read Eval Print Loop) docsystem The documentation building system labels Jan 15, 2021
Copy link
Member

@Sacha0 Sacha0 left a comment

Choose a reason for hiding this comment

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

👍 ! :)

@fredrikekre fredrikekre merged commit e6cbfda into master Jan 18, 2021
@fredrikekre fredrikekre deleted the fe/quote-doc branch January 18, 2021 13:01
ElOceanografo pushed a commit to ElOceanografo/julia that referenced this pull request May 4, 2021
antoine-levitt pushed a commit to antoine-levitt/julia that referenced this pull request May 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docsystem The documentation building system stdlib:REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants