diff --git a/doc/sharedpointer.md b/doc/sharedpointer.md index 85195f1..cd6d354 100644 --- a/doc/sharedpointer.md +++ b/doc/sharedpointer.md @@ -1,6 +1,6 @@ Nut can compile in *shared pointer* mode or *regular* mode -In *shared pointer* mode reqults of queries is QList> and in *regular* mode results are QList +In *shared pointer* mode results of queries is QList> and in *regular* mode results are QList Almost in every case shared pointer mode is better, But nut support regular mode for backward comptability. @@ -56,4 +56,4 @@ auto post = Nut::create(); In above example if *NUT_SHARED_POINTER* is defined *post* is *QSharedPointer* else is *Post\** -I recommand use *NUT_SHARED_POINTER* always! \ No newline at end of file +I recommand use *NUT_SHARED_POINTER* always!