Skip to content

Commit

Permalink
Merge pull request #32 from Joe-Heffer-Shef/23-syntax-highlighting-bug
Browse files Browse the repository at this point in the history
Try to fix syntax highlighting bug
  • Loading branch information
Joe-Heffer-Shef authored Aug 5, 2024
2 parents 3fda550 + 389793a commit ac7afa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions episodes/readable.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def count_word_occurrences(filename, word_to_count):

Without syntax highlighting:

```output
# Function to count word occurrences in a text file
```default
#' Function to count word occurrences in a text file
count_word_occurrences <- function(filename, word_to_count) {
text_file <- file(filename, "r")
word_count <- 0
Expand Down

0 comments on commit ac7afa6

Please sign in to comment.