From 263a3c385eac9a8fd164ce090b73e2e6686877b1 Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Tue, 22 Aug 2023 16:12:33 +0800 Subject: [PATCH] fix: eventually typo Signed-off-by: guoguangwu --- embedder/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedder/README.md b/embedder/README.md index 1b99473b..4a9953d5 100644 --- a/embedder/README.md +++ b/embedder/README.md @@ -1,6 +1,6 @@ # embedder -This package wraps the [Flutter embedder API](https://raw.githubusercontent.com/flutter/engine/master/shell/platform/embedder/embedder.h) in Go and adds some helper functions to work with it. This package does NOT contain any platform specific code (glfw, etc.) and may eventualy be used for platforms other than the ones targeted by go-flutter right now. Note that this package does not promise a stable API: types, functions, methods may all change in a breaking way. +This package wraps the [Flutter embedder API](https://raw.githubusercontent.com/flutter/engine/master/shell/platform/embedder/embedder.h) in Go and adds some helper functions to work with it. This package does NOT contain any platform specific code (glfw, etc.) and may eventually be used for platforms other than the ones targeted by go-flutter right now. Note that this package does not promise a stable API: types, functions, methods may all change in a breaking way. ## Build