Skip to content

Commit 88cb70e

Browse files
committed
Fix typo
1 parent b36e7e9 commit 88cb70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wcfsetup/install/files/lib/system/interaction/IInteraction.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function render(DatabaseObject $object): string;
2525
public function renderInitialization(string $containerId): ?string;
2626

2727
/**
28-
* Returns true if this interaction is available for the given object
28+
* Returns true if this interaction is available for the given object.
2929
*/
3030
public function isAvailable(DatabaseObject $object): bool;
3131

0 commit comments

Comments
 (0)