Skip to content

Commit

Permalink
fix: Fixed some typos (#3153)
Browse files Browse the repository at this point in the history
Signed-off-by: depthlending <bikangning@outlook.com>
  • Loading branch information
depthlending authored Jan 6, 2025
1 parent 60e2129 commit afcd964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hexagonal-architecture/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Hexagonal Architecture is particularly beneficial in scenarios:
* There is a requirement for high testability and maintainability.
* The application should remain unaffected by changes in external interfaces.

## Real-World Applications of Hexagonal Architecure Pattern in Java
## Real-World Applications of Hexagonal Architecture Pattern in Java

* Implemented extensively within enterprise applications that leverage frameworks like Spring.
* Used in microservices architectures to maintain clear boundaries and protocols between services.
Expand Down
2 changes: 1 addition & 1 deletion sharding/src/main/java/com/iluwatar/sharding/Data.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class Data {
/**
* Constructor of Data class.
* @param key data key
* @param value data vlue
* @param value data value
* @param type data type
*/
public Data(final int key, final String value, final DataType type) {
Expand Down

0 comments on commit afcd964

Please sign in to comment.