Grammar fix: s/it's/its/
authorMichael Bolin <mbolin@fb.com>
Fri, 8 Sep 2017 18:42:01 +0000 (11:42 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 8 Sep 2017 18:58:04 +0000 (11:58 -0700)
Summary:
I noticed this while reading the docs.

(Note: this ignores all push blocking failures!)

Reviewed By: lbrandy

Differential Revision: D5795548

fbshipit-source-id: 9ec5aa13a8913f217b3118e72714d02dc4a9407f

folly/fibers/README.md

index d1ab0eed3c57bf252576a2b0c3bed6a2c7be796d..82e91a1605a5a062989ddb2490431f86c10762e5 100644 (file)
@@ -51,7 +51,7 @@
 
 <ul>
 <li>Individual fibers scheduling can&#039;t be directly controlled by application</li>
-<li>FiberManager is not thread-safe (we recommend to keep one FiberManager per thread). Application is responsible for managing it&#039;s own threads and distributing load between them</li>
+<li>FiberManager is not thread-safe (we recommend to keep one FiberManager per thread). Application is responsible for managing its own threads and distributing load between them</li>
 <li>We don&#039;t support automatic stack size adjustments. Each fiber has a stack of fixed size.</li>
 </ul>