diff --git a/R_Programming/Functions/scripts/boring_function.R b/R_Programming/Functions/scripts/boring_function.R index a9722ab6..6d25b686 100644 --- a/R_Programming/Functions/scripts/boring_function.R +++ b/R_Programming/Functions/scripts/boring_function.R @@ -7,7 +7,7 @@ # # Return a value # } # -# The "variable name" you assign will become the name of your function. arg1 and +# The "function_name" you assign will become the name of your function. arg1 and # arg2 represent the arguments of your function. You can manipulate the arguments # you specify within the function. After sourcing the function, you can use the # function by typing: