From 0cdc75bae55cc0db30b5b7489ad8ebe01c874e56 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 10 Feb 2018 15:54:52 -0500 Subject: [PATCH] typo fix --- doc/content-for-cookbook.html | 2 +- doc/cookbook.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/content-for-cookbook.html b/doc/content-for-cookbook.html index 5a4de29ac..504a81ceb 100644 --- a/doc/content-for-cookbook.html +++ b/doc/content-for-cookbook.html @@ -117,7 +117,7 @@ records.

If you want to look at partial uniqueness — for example, show only the first record for each unique combination of the account_id and account_status fields — you might use mlr head -n 1 -g -acount_id,account_status. Please also see . Please also see mlr head. diff --git a/doc/cookbook.html b/doc/cookbook.html index f19df88dd..43c601918 100644 --- a/doc/cookbook.html +++ b/doc/cookbook.html @@ -532,7 +532,7 @@ records.

If you want to look at partial uniqueness — for example, show only the first record for each unique combination of the account_id and account_status fields — you might use mlr head -n 1 -g -acount_id,account_status. Please also see . Please also see mlr head.