Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-09-19 13:33:47 +0300
committerLin Jen-Shin <godfat@godfat.org>2017-09-19 13:33:47 +0300
commit961b0849e5098dae74050f6c49ebf3011ce072b7 (patch)
treeea7a9ab0345bbd1a4cc0381914f86cc21012642b /doc/development/module_with_instance_variables.md
parent6a4ee9aa7140862075cafae1ddebd133eec52b5b (diff)
Fix grammar: judge -> judgement
Diffstat (limited to 'doc/development/module_with_instance_variables.md')
-rw-r--r--doc/development/module_with_instance_variables.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/module_with_instance_variables.md b/doc/development/module_with_instance_variables.md
index 9fc28d4c343..b663782cd04 100644
--- a/doc/development/module_with_instance_variables.md
+++ b/doc/development/module_with_instance_variables.md
@@ -72,8 +72,8 @@ end
```
Unfortunately it's not easy to code more complex rules into the cop, so
-we rely on people's best judge. If we could find another good pattern we
-could easily add to the cop, we should do it.
+we rely on people's best judgement. If we could find another good pattern
+we could easily add to the cop, we should do it.
### How to rewrite and avoid disabling this cop