From e9d713c007afd31e22c9edf2b256197ed12336f2 Mon Sep 17 00:00:00 2001 From: Chayim Refael Friedman Date: Mon, 3 Aug 2020 17:53:18 +0300 Subject: typo (#6937) --- docs/contributing/style_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/contributing') diff --git a/docs/contributing/style_guide.md b/docs/contributing/style_guide.md index 7e68b04e4..8de0d228f 100644 --- a/docs/contributing/style_guide.md +++ b/docs/contributing/style_guide.md @@ -281,7 +281,7 @@ Example of test: import { assertEquals } from "https://deno.land/std@$STD_VERSION/testing/asserts.ts"; import { foo } from "./mod.ts"; -Deno.test("myTestFunction" function() { +Deno.test("myTestFunction", function () { assertEquals(foo(), { bar: "bar" }); }); ``` -- cgit v1.2.3