Skip to content

Conversation

kjmrknsn
Copy link

@kjmrknsn kjmrknsn commented Jan 4, 2019

Change 1.to(10) == 1 to 10 to 1.to(10) == (1 to 10) because execution of the original code throws the following error:

<console>:24: error: value to is not a member of Boolean
       1.to(10) == 1 to 10

Change `1.to(10) == 1 to 10` to `1.to(10) == (1 to 10)` because execution of the original code throws the following error:

```
<console>:24: error: value to is not a member of Boolean
       1.to(10) == 1 to 10
```
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