diff options
author | Anton Pastukhoff <pastuhov85@gmail.com> | 2015-12-12 14:47:02 +0500 |
---|---|---|
committer | Anton Pastukhoff <pastuhov85@gmail.com> | 2015-12-12 14:47:02 +0500 |
commit | 7b8929f0cc477fe5db4e189c4ce3d6a7fdbdc3fd (patch) | |
tree | 02804124fbc16d7284d35d213c070947a297e91b | |
parent | 3663b10bfab490e65f22a345e98d352ef93876e8 (diff) |
Update d-ru.html.markdown
-rw-r--r-- | ru-ru/d-ru.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ru-ru/d-ru.html.markdown b/ru-ru/d-ru.html.markdown index fad5c69b..8f4233fd 100644 --- a/ru-ru/d-ru.html.markdown +++ b/ru-ru/d-ru.html.markdown @@ -713,7 +713,7 @@ struct StudentRange return students.length == 0; } - ref Student front() { + Student front() { return students[0]; } |