Skip to content

Commit

Permalink
Fix a few typos in documentation (#3919)
Browse files Browse the repository at this point in the history
  • Loading branch information
mukham12 authored May 6, 2023
1 parent d44e014 commit cfe8e97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion attic/TypeBindings.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public JavaType resolveType(Type type) {

/*
/**********************************************************
/* Accesors
/* Accessors
/**********************************************************
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ protected BeanDescription(JavaType type) {

/*
/**********************************************************
/* Simple accesors
/* Simple accessors
/**********************************************************
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public class POJOPropertiesCollector

/**
* A set of "field renamings" that have been discovered, indicating
* intended renaming of other accesors: key is the implicit original
* intended renaming of other accessors: key is the implicit original
* name and value intended name to use instead.
*<p>
* Note that these renamings are applied earlier than "regular" (explicit)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ protected Map<Object,WritableObjectId> _createObjectIdMap()

/*
/**********************************************************
/* Extended API: simple accesors
/* Extended API: simple accessors
/**********************************************************
*/

Expand Down

0 comments on commit cfe8e97

Please sign in to comment.