Skip to content

Commit 8aff9b7

Browse files
committed
add missing trailing slash
1 parent d4d2b6a commit 8aff9b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/releasenotes/studio-pro/11

content/en/docs/releasenotes/studio-pro/11/11.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ weight: 95
2222

2323
#### Optimistic Locking
2424
25-
* We made optimistic locking publicly available as a beta feature. This allows apps to safe-guard for concurrent modifications. It can be enabled in the Runtime tab of the project settings dialog. Enabling this feature gives each entity an extra system attribute (`MxObjectVersion` of type `Long`). Its behavior will be automatically handled by the system. More details can be found in the documentation: http://docs.mendix.com/refguide/optimistic-locking.
25+
* We made optimistic locking publicly available as a beta feature. This allows apps to safeguard against concurrent modifications. It can be enabled in the **Runtime** tab of the **App Settings** dialog box. Enabling this feature gives each entity an extra system attribute (`MxObjectVersion` of type `Long`). Its behavior will be automatically handled by the system. For more information, see [Optimistic Locking](/refguide/optimistic-locking/).
2626

2727
### Improvements
2828

0 commit comments

Comments
 (0)