From 1f0c664319ee31eeac3ecfdfcc9791eb22c4120d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 24 Apr 2023 20:14:19 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f624da6..892bc0d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Build Status](https://github.com/JuliaObjects/ConstructionBase.jl/workflows/CI/badge.svg)](https://github.com/JuliaObjects/ConstructionBase.jl/actions?query=workflow%3ACI) [![GitHub stars](https://img.shields.io/github/stars/JuliaObjects/ConstructionBase.jl?style=social)](https://github.com/JuliaObjects/ConstructionBase.jl) -ConstructionBase is a very lightwight package, that provides primitive functions for construction of objects: +ConstructionBase is a very lightweight package, that provides primitive functions for construction of objects: ```julia setproperties(obj::MyType, patch::NamedTuple) constructorof(MyType)