From b9a35cd2a72010b134aef84f4e36e5bcfb639ff4 Mon Sep 17 00:00:00 2001 From: Dan Harrin Date: Tue, 3 Sep 2024 10:18:55 +0100 Subject: [PATCH] Update packages/tables/docs/12-testing.md --- packages/tables/docs/12-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tables/docs/12-testing.md b/packages/tables/docs/12-testing.md index aadf153276..5024737623 100644 --- a/packages/tables/docs/12-testing.md +++ b/packages/tables/docs/12-testing.md @@ -638,7 +638,7 @@ it('can average values in a column', function () { The first argument is the column name, the second is the summarizer ID, and the third is the expected value. -Note that the expected and actual values are normalized, such that 123.12 is considered the same as "123.12", and ['Fred', 'Jim'] is the same as ['Jim', 'Fred']. +Note that the expected and actual values are normalized, such that `123.12` is considered the same as `"123.12"`, and `['Fred', 'Jim']` is the same as `['Jim', 'Fred']`. You may set a summarizer ID by passing it to the `make()` method: