Change-Id: I2ab94fa9def1654644fb949e0f096391229adb5e
This commit is contained in:
zhangdebo 2018-05-23 15:29:34 +08:00
parent 4a27a7a8af
commit 5a4292e6a0
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ Create your own runtime
=======================
Although there are several runtime implementation in-tree, it's very easy to
implement your own runtime for the prefered programming language.
implement your own runtime for the preferred programming language.

View File

@ -15,7 +15,7 @@ history. Each version has a number that serves as its ID, starting with 1 and
incrementing up, and never reused. The code for a published version of a
function is immutable (i.e. cannot be changed). So, a version number
corresponds to a specific set of function code with certainty. With function
versioning, users can get the following benifits:
versioning, users can get the following benefits:
- Update the function code without breaking the existing applications that rely
on the function.