Skip to content

Commit e74e87a

Browse files
committed
Update comments
1 parent 23fb793 commit e74e87a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/create_sys_image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileCopyrightText: 2025 Uwe Fechner
33
# SPDX-License-Identifier: MIT
44
#
5-
# This script creates a precompiled system image for faster Julia startup.
5+
# This script creates a precompiled system image for faster startup of the examples.
66
# It is useful only when KiteModels.jl is checked out as a git repository
77
# (i.e., used in development mode, not installed as a regular package).
88

bin/create_sys_image2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileCopyrightText: 2025 Uwe Fechner
33
# SPDX-License-Identifier: MIT
44
#
5-
# This script creates a precompiled system image for faster Julia startup.
5+
# This script creates a precompiled system image for faster startup of the examples.
66
# It is used when the package is installed via the package manager and the
77
# examples are installed with install_examples().
88

0 commit comments

Comments
 (0)