mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-16 11:45:04 +02:00
Update d-ru.html.markdown
This commit is contained in:
@@ -713,7 +713,7 @@ struct StudentRange
|
||||
return students.length == 0;
|
||||
}
|
||||
|
||||
ref Student front() {
|
||||
Student front() {
|
||||
return students[0];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user