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

Brazilian Portuguese translation and typos fixes #943

Merged
merged 22 commits into from
Oct 10, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.pt-BR.md
  • Loading branch information
StPfeffer committed Sep 30, 2022
commit 5fa0a37795345d85005d5521a7b24b3ef7999a02
2 changes: 1 addition & 1 deletion src/algorithms/sorting/shell-sort/README.pt-BR.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Shellsort

_Read this in other languages:_
_Leia isso em outros idiomas:_
[_English_](README.md).

Shellsort, também conhecido como Shell sort ou método de Shell,
Expand Down