From 5b9008fd723f171ee74219df72fa0c912450628e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Tue, 5 Sep 2023 15:29:01 +0200 Subject: [PATCH] typo fix in the rmd only --- content/blog/pak-0-6-0/index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/pak-0-6-0/index.Rmd b/content/blog/pak-0-6-0/index.Rmd index 5bd121414..45eacc425 100644 --- a/content/blog/pak-0-6-0/index.Rmd +++ b/content/blog/pak-0-6-0/index.Rmd @@ -229,7 +229,7 @@ See the complete list in the ## Other related pak functions -- `pak::sysreqs_db_list()`, `pak::sysreqs_dbmatch()` and `pak::sysreqs_db_update()` +- `pak::sysreqs_db_list()`, `pak::sysreqs_db_match()` and `pak::sysreqs_db_update()` list, query and update the built-in system requirements database. - `pak::sysreqs_list_system_packages()` lists system packages, including virtual packages and the features they provide.