From c51078bb094bfa02c6d9767d5bdf9a09a3114fd1 Mon Sep 17 00:00:00 2001 From: Matthias Gatto Date: Mon, 9 Dec 2024 14:01:07 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad70875..0514635 100644 --- a/README.md +++ b/README.md @@ -68,12 +68,12 @@ Q: Does that mean those strange patches will stay forever? A: No, at some point, we may upgrade every generator and release new major versions of all relevant SDKs. However, when this happens, we’ll still need to maintain the older SDK versions for a while. -Q: What are recurent bug that happen on SDKs release: +Q: What are recurring bugs that occur during SDK releases? -A: so far we have encounter 2 kinds of bug that generally break SDKs releases: +A: So far, we have encountered two types of bugs that typically break SDK releases - usage of new features in openapi, that are not supported by generators. -- a CI break due to a dependancy becoming outdated. +- CI breaks due to an outdated dependency Q: Why are the hack in ruby ? -A: no particular reason here, but are very small hack, and could have been writed in any language that support yaml. +A: There is no particular reason. The hacks are very small and could have been written in any language that supports YAML