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 results of instruction #138

Merged
merged 1 commit into from Jul 18, 2022
Merged

Fix results of instruction #138

merged 1 commit into from Jul 18, 2022

Conversation

akraeva
Copy link
Contributor

@akraeva akraeva commented Jul 17, 2022

Поменяла порядок элементов результирующего массива в примере задания в соответсвии с тестами:
пример из задания: intersection([1, 3, 8], [9, 3, 1]); # [3, 1]
тест: assert { intersection([1, 3, 8], [9, 3, 1]) == [1, 3] }

Поменяла порядок элементов результирующего массива в примере задания в соответсвии с тестами:
пример из задания:   intersection([1, 3, 8], [9, 3, 1]); # [3, 1]
тест:   assert { intersection([1, 3, 8], [9, 3, 1]) == [1, 3] }
@ashikov ashikov merged commit 9f2cdb6 into hexlet-basics:main Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants