diff --git a/reference/create-column.md b/reference/create-column.md
index 6a0a96be..cb646b6c 100644
--- a/reference/create-column.md
+++ b/reference/create-column.md
@@ -14,7 +14,7 @@ create_column_server(
allowed_operations = list_allowed_operations()
)
-allowed_operations()
+list_allowed_operations()
modal_create_column(
id,
@@ -92,17 +92,16 @@ function returning the data.
## Note
-User can only use a subset of function: (, c, :, ~, +, -, \*, ^, %%,
-%/%, /, ==, \>, \<, !=, \<=, \>=, &, \|, is.na, ifelse, any, all, abs,
-sign, sqrt, ceiling, floor, trunc, cummax, cummin, cumprod, cumsum, exp,
-expm1, log, log10, log2, log1p, cos, cosh, sin, sinh, tan, tanh, acos,
-acosh, asin, asinh, atan, atanh, cospi, sinpi, tanpi, gamma, lgamma,
-digamma, trigamma, round, signif, max, min, range, prod, sum, length,
-pmin, pmax, mean, paste, paste0, substr, nchar, trimws, gsub, sub,
-grepl, as.numeric, as.character, as.integer, as.Date, as.POSIXct,
-as.factor, factor. You can add more operations using the
-`allowed_operations` argument, for example if you want to allow to use
-package lubridate, you can do:
+User can only use a subset of function: (, c, +, -, \*, ^, %%, %/%, /,
+==, \>, \<, !=, \<=, \>=, &, \|, abs, sign, sqrt, ceiling, floor, trunc,
+cummax, cummin, cumprod, cumsum, exp, expm1, log, log10, log2, log1p,
+cos, cosh, sin, sinh, tan, tanh, acos, acosh, asin, asinh, atan, atanh,
+cospi, sinpi, tanpi, gamma, lgamma, digamma, trigamma, round, signif,
+max, min, range, prod, sum, any, all, pmin, pmax, mean, paste, paste0,
+substr, nchar, trimws, gsub, sub, grepl, ifelse, length, as.numeric,
+as.character, as.integer, as.Date, as.POSIXct, as.factor, factor. You
+can add more operations using the `allowed_operations` argument, for
+example if you want to allow to use package lubridate, you can do:
c(list_allowed_operations(), getNamespaceExports("lubridate"))
diff --git a/reference/create_baseline.html b/reference/create_baseline.html
index 6826e62c..ae920b96 100644
--- a/reference/create_baseline.html
+++ b/reference/create_baseline.html
@@ -7,7 +7,7 @@
FreesearchR
-
25.12.6
+
25.12.5