diff --git a/DESCRIPTION b/DESCRIPTION index 28206ac..687b319 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -53,4 +53,4 @@ Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.0 +RoxygenNote: 7.3.1 diff --git a/man/describe_class.Rd b/man/describe_class.Rd index 1c89534..eccc7e5 100644 --- a/man/describe_class.Rd +++ b/man/describe_class.Rd @@ -50,7 +50,7 @@ describe_class(ordered(c("A", "B")), strict_description = FALSE) } \seealso{ Other data frame type comparison: -\code{\link{compare_df_cols_same}()}, -\code{\link{compare_df_cols}()} +\code{\link{compare_df_cols}()}, +\code{\link{compare_df_cols_same}()} } \concept{data frame type comparison}