docs: update

This commit is contained in:
Dylan Araps 2019-09-26 10:15:49 +03:00
parent 295fc22a41
commit fd58ace71f

2
pfetch
View File

@ -498,7 +498,7 @@ get_memory() {
Haiku) Haiku)
# Read the first line of 'sysinfo -mem' splitting on # Read the first line of 'sysinfo -mem' splitting on
# '(', ' ', and ')'. The needed information is then # '(', ' ', and ')'. The needed information is then
# sotred in the 5th and 7th elements. Using '_' "consumes" # stored in the 5th and 7th elements. Using '_' "consumes"
# an element allowing us to proceed to the next one. # an element allowing us to proceed to the next one.
# #
# The parsed format is as follows: # The parsed format is as follows: