Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitron57 committed Jul 10, 2023
1 parent 63cf97d commit 453626c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/Platform.Data/ILinks.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

virtual LinkAddressType Each(const std::vector<LinkAddressType>& restriction, const ReadHandlerType& handler) const = 0;

virtual LinkAddressType Create(const std::vector<LinkAddressType>& restriction, const WriteHandlerType& handler) = 0;
virtual LinkAddressType Create(const std::vector<LinkAddressType>& substitution, const WriteHandlerType& handler) = 0;

virtual LinkAddressType Update(const std::vector<LinkAddressType>& restriction, const std::vector<LinkAddressType>& substitution, const WriteHandlerType& handler) = 0;

Expand Down

0 comments on commit 453626c

Please sign in to comment.