From 580ee2c522f35758197a66b1e42798b96a11690a Mon Sep 17 00:00:00 2001 From: Steven Schoen Date: Sat, 5 Mar 2022 19:01:10 -0500 Subject: [PATCH] Fix typo in 'Getting Started Guide for Beginner Programmers' --- .../guidesandtips/gettingstartedguideforbeginnerprogrammers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/guidesandtips/gettingstartedguideforbeginnerprogrammers.rst b/doc/source/guidesandtips/gettingstartedguideforbeginnerprogrammers.rst index 83fca99be..6ab60074a 100644 --- a/doc/source/guidesandtips/gettingstartedguideforbeginnerprogrammers.rst +++ b/doc/source/guidesandtips/gettingstartedguideforbeginnerprogrammers.rst @@ -62,7 +62,7 @@ To briefly summarize the information from the links above: Each server has a security level that affects how difficult it is to hack. Each server also has a certain amount of money, as well as a maximum amount of money it can hold. Hacking a server steals a percentage of that server's money. The :js:func:`hack` Netscript function -is used to hack server. The :js:func:`grow` Netscript function is used to increase +is used to hack a server. The :js:func:`grow` Netscript function is used to increase the amount of money available on a server. The :js:func:`weaken` Netscript function is used to decrease a server's security level.