mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 14:17:02 +03:00
Update d-ru.html.markdown
This commit is contained in:
parent
3663b10bfa
commit
7b8929f0cc
@ -713,7 +713,7 @@ struct StudentRange
|
||||
return students.length == 0;
|
||||
}
|
||||
|
||||
ref Student front() {
|
||||
Student front() {
|
||||
return students[0];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user