Skip to content

Commit b351400

Browse files
minor doc change
1 parent cabc8a8 commit b351400

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pub/cppeasyptr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CppObjType objType(const CppObj* cppObj);
3434
/**
3535
* @brief Helps working with raw or unique_ptr of CppObj in a uniform way.
3636
*
37-
* It is design to not handle the ownership of the object. Just to make itr easy to work with raw pointer or unique_ptr
37+
* It is design to not handle the ownership of the object. Just to make it easy to work with raw pointer or unique_ptr
3838
* in the same way.
3939
*
4040
* @tparam CppObjT CppObj or any of it's descendent type.

pub/cppobjfactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
* Ideally this factory class should be used to create any CppObj object so that clients of CppParser can supply its own
3333
* type.
34-
* At present creation of only few are added as per the requirement of CIB.
34+
* At present creation of only few are added as per the requirement of CIB, https://github.com/satya-das/cib.
3535
*/
3636
class CppObjFactory
3737
{

0 commit comments

Comments
 (0)