Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos corrections to Overview.md #1

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions folly/docs/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Folly (acronymed loosely after Facebook Open Source Library) is a
library of C++11 components designed with practicality and efficiency
in mind. It complements (as opposed to competing against) offerings
in mind. It complements (as opposed to competes against) offerings
such as Boost and of course `std`. In fact, we embark on defining our
own component only when something we need is either not available, or
does not meet the needed performance profile.
Expand Down Expand Up @@ -77,11 +77,8 @@ output with timing information.

#### `Bits.h`

Various bit manipulation utilities optimized for speed.

#### `Bits.h`

Bit-twiddling functions that wrap the
Various bit manipulation utilities optimized for speed; includes functions
that wrap the
[ffsl(l)](http://linux.die.net/man/3/ffsll) primitives in a uniform
interface.

Expand Down Expand Up @@ -214,7 +211,7 @@ Very small spin locks (1 byte and 1 bit).

####`small_vector.h`

Vector with the small buffer optimization and an ptional embedded
Vector with the small buffer optimization and an optional embedded
`PicoSpinLock`.

####`sorted_vector_types.h`
Expand Down