Fix typo
Change-Id: I2ab94fa9def1654644fb949e0f096391229adb5e
This commit is contained in:
parent
4a27a7a8af
commit
5a4292e6a0
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user