From 5794750dc68c09ce470e51896d153365299e6d85 Mon Sep 17 00:00:00 2001 From: Roger Ng Date: Thu, 11 Jul 2024 21:04:23 +0800 Subject: [PATCH] Fix typo in the author field Co-authored-by: Martin Hutchinson --- storage/mysql/DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/mysql/DESIGN.md b/storage/mysql/DESIGN.md index 57aab4f8..9d3c83b3 100644 --- a/storage/mysql/DESIGN.md +++ b/storage/mysql/DESIGN.md @@ -1,6 +1,6 @@ # MySQL Design -Author: [Martin Hutchison](https://github.com/mhutchinson) +Author: [Martin Hutchinson](https://github.com/mhutchinson) This document describes how the storage implementation for running Tessera on MySQL is intended to work.