Skip to content

Commit

Permalink
docs: Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Sep 4, 2020
1 parent 1dd1469 commit 092906f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/PatchingStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ResourceStore } from './ResourceStore';
/**
* {@link ResourceStore} using decorator pattern for the `modifyResource` function.
* If the original store supports the {@link Patch}, behaviour will be identical,
* otherwise one of the {@link PatchHandler}s supporting the given Patch will be called instead.
* otherwise the {@link PatchHandler} will be called instead.
*/
export class PatchingStore extends PassthroughStore {
private readonly patcher: PatchHandler;
Expand Down

0 comments on commit 092906f

Please sign in to comment.