diff --git a/01-intro-to-computing.Rmd b/01-intro-to-computing.Rmd index c982ef1..092f7d4 100644 --- a/01-intro-to-computing.Rmd +++ b/01-intro-to-computing.Rmd @@ -215,7 +215,7 @@ And there is an operational equivalent: `Computer = powerful + stupid` -Even the smallest spelling and formatting changes will cause unexpected output and errors! +Computers are excellent at doing something specific over and over again, but is extremely rigid and lack flexibility. Here are some tips that is helpful for beginners: - Write incrementally, test often