Skip to content

Commit

Permalink
Merge pull request twitter#189 from Fetiorin/patch-1
Browse files Browse the repository at this point in the history
Fix wrong translation to russian
  • Loading branch information
benpence authored Apr 5, 2017
2 parents c94bc5e + c7f0238 commit eea50d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ru/collections.textile
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ res0: Option[Int] = Some(6)

h2(#drop). drop и dropWhile

<code>drop</code> удаляет первый элемент с индексом i
<code>drop</code> удаляет первые i элементов

<pre>
scala> numbers.drop(5)
Expand Down

0 comments on commit eea50d3

Please sign in to comment.