Skip to content

Commit

Permalink
Fix compile error for open comment
Browse files Browse the repository at this point in the history
  • Loading branch information
carlgsmith committed Feb 7, 2024
1 parent 2ddb56c commit f5ed3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apteryx.h
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ bool apteryx_unvalidate (const char *path, apteryx_validate_callback cb);
* The callback may be called again within the
* timeout duration if a request for a parent path
* matches the refresher path. e.g.
* REFRESH /interfaces/*
* REFRESH /interfaces/\*
* GET /interfaces/eth0/state -> called
* GET /interfaces/eth0/state -> not called
* GET /interfaces/eth0 -> called
Expand Down

0 comments on commit f5ed3e0

Please sign in to comment.