From 4e4a7b23ca684c1590bc0476750970cb1c70f4e1 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Thu, 16 Mar 2023 06:18:33 +0800 Subject: [PATCH] v2/README.md: fix typos (#276) --- v2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/README.md b/v2/README.md index 0d6b8de..b9dabe3 100644 --- a/v2/README.md +++ b/v2/README.md @@ -72,7 +72,7 @@ A few APIs were cleaned up, and there are some differences: * `appengine/socket` is not required on App Engine flexible environment / Managed VMs. Use the standard `net` package instead. -## Key Encode/Decode compatibiltiy to help with datastore library migrations +## Key Encode/Decode compatibility to help with datastore library migrations Key compatibility updates have been added to help customers transition from google.golang.org/appengine/datastore to cloud.google.com/go/datastore. The `EnableKeyConversion` enables automatic conversion from a key encoded with cloud.google.com/go/datastore to google.golang.org/appengine/datastore key type.