Closed balexand closed 3 months ago
The first change fixes the warning:
warning: 11..1 has a default step of -1, please write 11..1//-1 instead
The second change fixes a typo that results in error:
** (ArgumentError) could not find column name "cuontry". Did you mean: * "country" If you are attempting to interpolate a value, use ^cuontry.
@balexand Thank you!
The first change fixes the warning:
The second change fixes a typo that results in error: