Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
victorguo committed Jan 16, 2013
1 parent 8afcebc commit 2c17734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -175,7 +175,7 @@ An easy way to wrap things up in a transaction can be done like this:
}];


FMDatabaseQueue will make a serialized GCD queue in the background and execute the blocks you pass to the GCD queue. This means if you call your FMDatabaseQueue's methods from multiple threads at the same time GDC will execute them in the order they are received. This means queries and updates won't step on each other's toes, and every one is happy.
FMDatabaseQueue will make a serialized GCD queue in the background and execute the blocks you pass to the GCD queue. This means if you call your FMDatabaseQueue's methods from multiple threads at the same time GCD will execute them in the order they are received. This means queries and updates won't step on each other's toes, and every one is happy.

## Making custom sqlite functions, based on blocks.

Expand Down Expand Up @@ -209,4 +209,4 @@ Figure out where the bug is, fix it, and send a patch in or bring that up on the

## License

The license for FMDB is contained in the "License.txt" file.
The license for FMDB is contained in the "License.txt" file.

0 comments on commit 2c17734

Please sign in to comment.