From 5fff74a66f1caa767d7980da0f985d2c45116377 Mon Sep 17 00:00:00 2001 From: Tim Branyen Date: Sun, 6 Jan 2013 11:00:18 -0500 Subject: [PATCH] fixed contributing guide --- contributing.md | 1 - 1 file changed, 1 deletion(-) diff --git a/contributing.md b/contributing.md index 0bc1706f..948b93b5 100644 --- a/contributing.md +++ b/contributing.md @@ -57,7 +57,6 @@ code style is maintained. line. * Prefer if and else to "clever" uses of ? : conditional or ||, && logical operators. -* at. Just put them before the line of code, not at the end of the line. * When in doubt, follow the conventions you see used in the source already. ### Documentation ###