Update d-ru.html.markdown

This commit is contained in:
Anton Pastukhoff 2015-12-12 14:47:02 +05:00
parent 3663b10bfa
commit 7b8929f0cc

View File

@ -713,7 +713,7 @@ struct StudentRange
return students.length == 0;
}
ref Student front() {
Student front() {
return students[0];
}