PR to fix incorrect `<` comparison in AssemblyLine documentation

The documentation specifies a list of comparisons that will return true, but has 5 < 4, which is false. A PR is provided to update the documentation with the values swapped for a correct comparison.

Fix incorrect `<` comparison by mattr · Pull Request #1756 · exercism/ruby · GitHub for reference

Exercise Link

Reopened and approved.

1 Like

And merged.