summaryrefslogtreecommitdiffhomepage
path: root/el-gr/rust-gr.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'el-gr/rust-gr.html.markdown')
-rw-r--r--el-gr/rust-gr.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/el-gr/rust-gr.html.markdown b/el-gr/rust-gr.html.markdown
index 79f210ac..4da75b1d 100644
--- a/el-gr/rust-gr.html.markdown
+++ b/el-gr/rust-gr.html.markdown
@@ -242,7 +242,7 @@ fn main() {
// Βρόγχοι `for`
let array = [1, 2, 3];
- for i in array.iter() {
+ for i in array {
println!("{}", i);
}