Skip to content

Commit

Permalink
Merge pull request #7 from jean-pasqualini/patch-1
Browse files Browse the repository at this point in the history
Bugfix bad key 'valuse' in questions.yml
  • Loading branch information
mickaelandrieu committed Nov 16, 2015
2 parents f93273f + 6b21b91 commit 56e65a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,11 @@ questions:
-
question: 'What are the three access modifiers that you can use in PHP objects?'
answers:
- {valuse: 'protected', correct: true}
- {valuse: 'public', correct: true}
- {valuse: 'static', correct: false}
- {valuse: 'private', correct: true}
- {valuse: 'final', correct: false}
- {value: 'protected', correct: true}
- {value: 'public', correct: true}
- {value: 'static', correct: false}
- {value: 'private', correct: true}
- {value: 'final', correct: false}
-
question: 'When checking to see if two variables contain the same instance of an object, which of the following comparisons should be used?'
answers:
Expand Down

0 comments on commit 56e65a1

Please sign in to comment.