Browse Source

Fix missing parenthesis in help().

R
Maxime Wack 4 years ago
parent
commit
c295111a99
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      seriesTracker.R

+ 1
- 1
seriesTracker.R View File

@@ -56,7 +56,7 @@ help <- function(db)
- nextUp to see all available and upcoming episodes\n
- toWatch to see all available episodes\n
\n
Then finally closeDb to save the changes to the database"
Then finally closeDb to save the changes to the database")
}

#' Get the name of a series from its id


Loading…
Cancel
Save