Grammar fix: s/it's/its/
[folly.git] / 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>