Fixed a typo (#20329)

This commit is contained in:
Andy Butler
2018-10-18 19:04:30 -06:00
committed by Aditya
parent 8a4dabb5bd
commit 919eaf777a

View File

@ -10,7 +10,7 @@ Much of computer science was pioneered in the latter half of the 20th century.
Today, if you attend an undergraduate computer science course, you will learn about both hardware and software. You'll learn how computers work at a low level of abstraction (machine language) and at a high level of abstraction (modern scripting langauges like JavaScript). Today, if you attend an undergraduate computer science course, you will learn about both hardware and software. You'll learn how computers work at a low level of abstraction (machine language) and at a high level of abstraction (modern scripting langauges like JavaScript).
# Computer Science Fields # Computer Science Fields
Computer science is categorized into several fields. The following are among the current established and well-studied fields. Most of the fields are further categorized into sub0fields. Computer science is categorized into several fields. The following are among the current established and well-studied fields. Most of the fields are further categorized into subfields.
- <a href="https://en.wikipedia.org/wiki/Theory_of_computation">Theory of Computing</a> - <a href="https://en.wikipedia.org/wiki/Theory_of_computation">Theory of Computing</a>
- Complexity Theory - Complexity Theory
- Formal Methods - Formal Methods