From b753cfa761caf191986aafa47de49cd4b520fa37 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sun, 7 Sep 2025 16:55:20 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ccb59dc..4fd6d2c 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ RefCount is a reference counting (thus the name) and garbage collection library written in C. RefCount has support for - - breaking dependency chains via garbage collection + - Breaking dependency chains via garbage collection - Multiple distinct contexts allowing the tracking of many types of objects, each with a possibly different memory allocation implementation - Safely running in multi-threaded environments + - Destructors that can possibly re-reference an object to save it ### Building