Skip to content

Commit 5dab3ae

Browse files
committed
Rename Stack
1 parent 1d93971 commit 5dab3ae

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2341,12 +2341,12 @@ In order to achieve greater coverage and encourage more people to contribute to
23412341
</a>
23422342
</td>
23432343
<td> <!-- Java -->
2344-
<a href="./src/java/Pilha.java">
2344+
<a href="./src/java/Stack.java">
23452345
<img align="center" height="25" src="./logos/java.svg" />
23462346
</a>
23472347
</td>
23482348
<td> <!-- Python -->
2349-
<a href="./src/python/pilha.py">
2349+
<a href="./src/python/stack.py">
23502350
<img align="center" height="25" src="./logos/python.svg" />
23512351
</a>
23522352
</td>
@@ -2356,7 +2356,7 @@ In order to achieve greater coverage and encourage more people to contribute to
23562356
</a>
23572357
</td>
23582358
<td> <!-- Ruby -->
2359-
<a href="./src/ruby/pilha.rb">
2359+
<a href="./src/ruby/stack.rb">
23602360
<img align="center" height="25" src="./logos/ruby.svg" />
23612361
</a>
23622362
</td>
@@ -2371,7 +2371,7 @@ In order to achieve greater coverage and encourage more people to contribute to
23712371
</a>
23722372
</td>
23732373
<td> <!-- Rust -->
2374-
<a href="./src/rust/pilha.rs">
2374+
<a href="./src/rust/stack.rs">
23752375
<img align="center" height="25" src="./logos/rust.svg" />
23762376
</a>
23772377
</td>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)