Skip to content

Fix bug: Changed #rowser to #browser in RubSmalltalkEditor #18097

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

Merged
merged 2 commits into from
Apr 16, 2025

Conversation

Alokzh
Copy link
Contributor

@Alokzh Alokzh commented Apr 14, 2025

Fixes: #18096

In the internalCallToBrowse: method, there was a typo where the browser tool was being referenced as #rowser instead of #browser. This PR changes (self tools toolNamed: #rowser) to (self tools toolNamed: #browser)

@Ducasse
Copy link
Member

Ducasse commented Apr 16, 2025

Thank you!

@Ducasse Ducasse merged commit 5a5b6cd into pharo-project:Pharo13 Apr 16, 2025
1 check failed
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.

(self tools toolNamed: #rowser) should be (self tools toolNamed: #browser)
2 participants