Skip to content

Commit

Permalink
typo (denoland#6937)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChayimFriedman2 committed Aug 3, 2020
1 parent 3969309 commit e9d713c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/style_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" });
});
```
Expand Down

0 comments on commit e9d713c

Please sign in to comment.