diff options
author | zhangnan.fnst <zhangnan.fnst@cn.fujitsu.com> | 2020-07-06 02:50:07 -0700 |
---|---|---|
committer | zhang nan <zhangnan.fnst@cn.fujitsu.com> | 2020-07-07 01:13:11 +0000 |
commit | 53228dcf9d0d4e3d82b63ced744f5ea0c0d579e7 (patch) | |
tree | 70e4327eef4a420a636074b1686e5b78fedbc61a /docs | |
parent | 33ddfb569b0fb223e212408ab3994bdae70861d7 (diff) |
Bug-AGL: SPEC-3476
Signed-off-by: Zhang Nan <zhangnan.fnst@cn.fujitsu.com>
Change-Id: Icafb76c1cee6fb85e4f5fb95badb521fb96d45d5
Diffstat (limited to 'docs')
-rw-r--r-- | docs/afb-migration-to-binding-v3.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/afb-migration-to-binding-v3.md b/docs/afb-migration-to-binding-v3.md index 4a8096d7..bff88cd9 100644 --- a/docs/afb-migration-to-binding-v3.md +++ b/docs/afb-migration-to-binding-v3.md @@ -156,7 +156,7 @@ These functions are now implemented as the following macros: This is a decision of the developer to switch to the new family **afb_req_reply** or to keep the good old functions **afb_req_fail** -adn **afb_req_success**. +and **afb_req_success**. Consider use of the new (sub)call --------------------------------- |