Skip to content

Commit 5838ff8

Browse files
authored
fix missing block quote symbol
1 parent 8a7e48d commit 5838ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes_rmd/07-control-flow.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ output_vector2
386386
> > tmp <- gapminder[gapminder$continent == iContinent, ]
387387
> > cat(iContinent, mean(tmp$lifeExp, na.rm = TRUE), "\n")
388388
> > rm(tmp)
389-
}
389+
> > }
390390
> > ```
391391
> >
392392
> > **Step 3**: The exercise only wants the output printed if the average life expectancy is less than 50 or greater than 50.

0 commit comments

Comments
 (0)