From 1a03384dc3ef3cd6289935dc2550187f620b3f50 Mon Sep 17 00:00:00 2001 From: plan-do-break-fix Date: Fri, 23 Apr 2021 22:07:31 -0500 Subject: [PATCH] fix(docs): corrects typo in project README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b7a662..4762ac4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ HandyJSON is a framework written in Swift which to make converting model objects Compared with others, the most significant feature of HandyJSON is that it does not require the objects inherit from NSObject(**not using KVC but reflection**), neither implements a 'mapping' function(**writing value to memory directly to achieve property assignment**). -HandyJSON is totally depend on the memory layout rules infered from Swift runtime code. We are watching it and will follow every bit if it changes. +HandyJSON is totally depend on the memory layout rules inferred from Swift runtime code. We are watching it and will follow every bit if it changes. [![Build Status](https://travis-ci.org/alibaba/HandyJSON.svg?branch=master)](https://travis-ci.org/alibaba/HandyJSON) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)