From d949eaf682ea96784afb0f3463e11387db610646 Mon Sep 17 00:00:00 2001 From: Dunfan Lu Date: Sat, 16 Sep 2023 06:22:02 -0400 Subject: [PATCH] Fix typo in eframe/README.md (#3344) --- crates/eframe/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/eframe/README.md b/crates/eframe/README.md index 55993943..2356af0e 100644 --- a/crates/eframe/README.md +++ b/crates/eframe/README.md @@ -60,4 +60,4 @@ Not all rust crates work when compiled to WASM, but here are some useful crates ## Name -The _frame_ in `eframe` stands both for the frame in which your `egui` app resides and also for "framework" (`frame` is a framework, `egui` is a library). +The _frame_ in `eframe` stands both for the frame in which your `egui` app resides and also for "framework" (`eframe` is a framework, `egui` is a library).