Skip to content

Commit 4914288

Browse files
Fix: correct answer question 274 #6
1 parent dc1652a commit 4914288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2870,8 +2870,8 @@ _[⬆ Back to Top](#table-of-contents)_
28702870
- [x] They allow frequent validation of the unit of Software being worked on, ensuring it remains in a potentially shippable state.
28712871
- [x] The build process is clearly defined and scripted, making it easy consistent and repeatable.
28722872
- [ ] They eliminate the need for Build Engineers.
2873-
- [x] They ensure your Product remains bug free.
2874-
- [ ] They support continuous integration.
2873+
- [ ] They ensure your Product remains bug free.
2874+
- [x] They support continuous integration.
28752875

28762876
_[⬆ Back to Top](#table-of-contents)_
28772877

0 commit comments

Comments
 (0)