Skip to content

Commit d9ffdd9

Browse files
committed
Rename Queue
1 parent 0922a14 commit d9ffdd9

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1877,12 +1877,12 @@ In order to achieve greater coverage and encourage more people to contribute to
18771877
</a>
18781878
</td>
18791879
<td> <!-- Java -->
1880-
<a href="./src/java/Fila.java">
1880+
<a href="./src/java/Queue.java">
18811881
<img align="center" height="25" src="./logos/java.svg" />
18821882
</a>
18831883
</td>
18841884
<td> <!-- Python -->
1885-
<a href="./src/python/fila.py">
1885+
<a href="./src/python/queue.py">
18861886
<img align="center" height="25" src="./logos/python.svg" />
18871887
</a>
18881888
</td>
@@ -1892,7 +1892,7 @@ In order to achieve greater coverage and encourage more people to contribute to
18921892
</a>
18931893
</td>
18941894
<td> <!-- Ruby -->
1895-
<a href="./src/ruby/fila.rb">
1895+
<a href="./src/ruby/queue.rb">
18961896
<img align="center" height="25" src="./logos/ruby.svg" />
18971897
</a>
18981898
</td>
@@ -1907,7 +1907,7 @@ In order to achieve greater coverage and encourage more people to contribute to
19071907
</a>
19081908
</td>
19091909
<td> <!-- Rust -->
1910-
<a href="./src/rust/fila.rs">
1910+
<a href="./src/rust/queue.rs">
19111911
<img align="center" height="25" src="./logos/rust.svg" />
19121912
</a>
19131913
</td>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)