Skip to content

Commit

Permalink
Fix wrong translation to russian
Browse files Browse the repository at this point in the history
Drop drops element with index i -> Drop drops the first i elements
  • Loading branch information
Fetiorin committed Apr 3, 2017
1 parent c94bc5e commit c7f0238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ru/collections.textile
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 c7f0238

Please sign in to comment.