Unverified Commit a17e558a authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Integrate review feedback

Co-authored-by: default avatarJoseph Noir <josephnoir@users.noreply.github.com>
parent 9bfcfec1
......@@ -75,7 +75,7 @@ public:
/// @pre `lookup_direct(hdl == nid)`
void add_alternative(const connection_handle& hdl, const node_id& nid);
/// Forces `lookup_direct` to resolve `nid` always to `hdl`.
/// Forces `lookup_direct` to always resolve `nid` to `hdl`.
void select_alternative(const connection_handle& hdl, const node_id& nid);
/// Adds a new indirect route to the table.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment