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

Fix minor formatting mistake #852

Merged
merged 1 commit into from
Jan 6, 2024
Merged

Conversation

jumbledFox
Copy link
Contributor

The line execute!(stdout(), Print("1 + 1= ".to_string()), Print((1+1).to_string())); would print 1 + 1= 2, however the output of the example, on line 95, is 1 + 1 = 2

The example output is "1 + 1 = 2", which seems to be correct, however this would output differently with the current line `"1 + 1= ".to+string()`
@TimonPost TimonPost merged commit dc09c6a into crossterm-rs:master Jan 6, 2024
@jumbledFox jumbledFox deleted the patch-1 branch January 6, 2024 12:35
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.

2 participants