diff --git a/src/en/clean-copy/01-Introduction/06.md b/src/en/clean-copy/01-Introduction/06.md index fb58201..b87ff9d 100644 --- a/src/en/clean-copy/01-Introduction/06.md +++ b/src/en/clean-copy/01-Introduction/06.md @@ -50,4 +50,4 @@ Simplified notation might be used to avoid redundancies, like `POST /some-resour We will be using sentences like “`POST /v1/bucket/{id}/some-resource` method” (or simply “`bucket/some-resource` method,” “`some-resource`” method — if there are no other `some-resource`s in the chapter, so there is no ambiguity) to refer to such endpoint definitions. -Apart from HTTP API notation, we will employ C-style pseudocode, or, to be more precise, JavaScript-like or Python-like since types are omitted. We assume such imperative structures are readable enough to skip detailed grammar explanations. \ No newline at end of file +Apart from HTTP API notation, we will employ C-style pseudocode, or, to be more precise, JavaScript-like or Python-like one, since types are omitted. We assume such imperative structures are readable enough to skip detailed grammar explanations. \ No newline at end of file