Skip to content

Commit 2cad68f

Browse files
authored
Update README.md
1 parent c17117d commit 2cad68f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ A set of Type and Reflection polyfill extension methods for .NET Standard v1.0 a
103103
* PropertyInfo.IsStatic()
104104
* PropertyInfo.IsIndexer()
105105
* PropertyInfo.GetAccessors(bool nonPublic)
106-
* PropertyInfo.GetGetMethod(bool nonPublic)
107-
* PropertyInfo.GetSetMethod(bool nonPublic)
106+
* PropertyInfo.GetGetter(bool nonPublic)
107+
* PropertyInfo.GetSetter(bool nonPublic)
108108

109109
### Download
110110

0 commit comments

Comments
 (0)