Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion StartupSession/Link/WSLoaded.aplf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
U.Warn(⊂msg),(⍕¨wslinks.ns)
:EndIf
:ElseIf 0≠≢wslinks
msg←(⍕≢wslinks),' namespaces',('s '/⍨1≠≢wslinks),' linked in this workspace: '
msg←(⍕≢wslinks),' namespace',('s '/⍨1≠≢wslinks),'linked in this workspace: '
'IMPORTANT'U.Warn(⊂msg),⍕¨wslinks.ns
'IMPORTANT'U.Warn'Link.Resync is required'
:Else
Expand Down
2 changes: 1 addition & 1 deletion docs/Usage/ConfigFiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The result documents that there was no previous setting for the option. A file c
```
### Stop and Trace flags

Directory configuration files can record stop and trace settings for functions and operators in the linked directory. This is enabled with [the `recordConfig` setting](../API/Link.Create.md#recordFlags). You can either manipulate the settings in the editor, or using the API functions [Link.Stop](../API/Link.Stop.md) and [Link.Trace](../API/Link.Trace.md):
Directory configuration files can record stop and trace settings for functions and operators in the linked directory. This is enabled with [the `recordFlags` setting](../API/Link.Create.md#recordFlags). You can either manipulate the settings in the editor, or using the API functions [Link.Stop](../API/Link.Stop.md) and [Link.Trace](../API/Link.Trace.md):

```
]link.create linkdemo c:\tmp\linkdemo -recordflags
Expand Down