Skip to content

Commit 4ab8bcd

Browse files
authored
another typo
1 parent ca64519 commit 4ab8bcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/00-before-we-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Programming is a multi-step process that involves the following steps:
125125
1. Identifying the aspects of the real-world problem that can be solved computationally
126126
2. Identifying (the best) computational solution
127127
3. Implementing the solution in a specific computer language
128-
4. Testing, validating, and adjusting implemented solution.
128+
4. Testing, validating, and adjusting the implemented solution.
129129

130130
While *"Programming"* refers to all of the above steps,
131131
*"Coding"* refers to step 3 only: *"Implementing the solution in a specific computer language"*. It's

0 commit comments

Comments
 (0)