From c859c9c279c90af167ffd43b459598e610cdff7a Mon Sep 17 00:00:00 2001 From: DESR95 <44630345+DESR95@users.noreply.github.com> Date: Wed, 27 Mar 2019 09:46:05 -0700 Subject: [PATCH] sentence fix on line 12 (#33230) Inserted "the" in sentence "In (the) 21st century, computer science has become a backbone for every technological leap we take forward. --- guide/english/computer-science/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/computer-science/index.md b/guide/english/computer-science/index.md index 78089e87f9..77c291edbb 100644 --- a/guide/english/computer-science/index.md +++ b/guide/english/computer-science/index.md @@ -9,7 +9,7 @@ Much of computer science was pioneered in the latter half of the 20th century. Students who are interested in computer science will first learn about both hardware and software. It is important to learn how computers work at a low level of abstraction (machine language) and at a high level of abstraction (modern scripting languages like JavaScript) because it will help individuals understand computer science intuitively. -In 21st century, computer science has become a backbone for every technological leap we take forward. +In the 21st century, computer science has become a backbone for every technological leap we take forward. # 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 subfields.