docs: Fix comment

This commit is contained in:
Ruben Verborgh
2020-09-05 00:09:48 +02:00
parent 1dd14692fe
commit 092906f257

View File

@@ -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;