Skip to content

Commit d398fe7

Browse files
committed
Bugfix: Fix syntax bug in listing
1 parent d2d2c11 commit d398fe7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libraries.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Unlike NetLogo’s lists and strings, arrays are “mutable”. That means that
3131
name: "bspace"
3232
codeName: "bspace"
3333
shortDescription: "Create and run BehaviorSpace experiments programmatically"
34-
longDescription: "You can use this extension alone or in combination with the GUI BehaviorSpace tool, and you can run experiments created in the GUI tool with the extension. You can copy experiments, and can set any of the parameters in the Experiment dialog or the Run options dialog.
34+
longDescription: """You can use this extension alone or in combination with the GUI BehaviorSpace tool, and you can run experiments created in the GUI tool with the extension. You can copy experiments, and can set any of the parameters in the Experiment dialog or the Run options dialog.
3535

36-
NOTE: This extension is a work in progress. Please visit the extension's homepage on GitHub and open an 'Issue' with any suggestions you have for fixes or extended functionality."
36+
NOTE: This extension is a work in progress. Please visit the extension's homepage on GitHub and open an 'Issue' with any suggestions you have for fixes or extended functionality."""
3737
version: "0.1.0"
3838
homepage: "https://github.com/NetLogo/BehaviorSpace-Extension"
3939
}

0 commit comments

Comments
 (0)