From b36ac09b07503d404559b97bd947d111de94425e Mon Sep 17 00:00:00 2001 From: Daniel Walter Date: Fri, 27 Apr 2018 11:43:42 -0400 Subject: [PATCH] add "frequent" Former-commit-id: 31b11c920f78436261a79d81bc866298a8966d24 --- content/fragments/rust-reflections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/fragments/rust-reflections.md b/content/fragments/rust-reflections.md index bcade4d51..f80ca69e1 100644 --- a/content/fragments/rust-reflections.md +++ b/content/fragments/rust-reflections.md @@ -17,7 +17,7 @@ writing functional code within hours, and had a solid grasp of the ecosystem and conventions within a few weeks. Rust is in its own league. I'm about five months into -writing it on a pretty basis, and its taken this long to +writing it on a pretty frequent basis, and its taken this long to internalize a lot of its ideas. This is especially true when it comes to the more complicated ones like moves and futures, but also true for simpler ones like borrows. What