Jelajahi Sumber

Update sentence grammar

Remove "never" from end of sentence and change "can't exceed to "can never exceed"
int3rrupt 7 tahun lalu
induk
melakukan
9979317453
2 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 1 1
      SysCall/syscall-6.md
  2. 1 0
      contributors.md

+ 1 - 1
SysCall/syscall-6.md

@@ -44,7 +44,7 @@ There are two types of limits:
   * `soft`
   * `hard`
 
-The first provides actual limit for a resource of a process. The second is a ceiling value of a `soft` limit and can be set only by superuser. So, `soft` limit can't exceed related `hard` limit never.
+The first provides actual limit for a resource of a process. The second is a ceiling value of a `soft` limit and can be set only by superuser. So, `soft` limit can never exceed related `hard` limit.
 
 Both these values are combined in the `rlimit` structure:
 

+ 1 - 0
contributors.md

@@ -105,3 +105,4 @@ Thank you to all contributors:
 * [Nathan Dautenhahn](https://github.com/ndauten)
 * [Sachin Patil](https://github.com/psachin)
 * [Stéphan Gorget](https://github.com/phantez)
+* [Adrian Reyes](https://github.com/int3rrupt)