summaryrefslogtreecommitdiff
path: root/opendc-stdlib/src
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-stdlib/src')
-rw-r--r--opendc-stdlib/src/main/kotlin/com/atlarge/opendc/model/topology/Bootstrap.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-stdlib/src/main/kotlin/com/atlarge/opendc/model/topology/Bootstrap.kt b/opendc-stdlib/src/main/kotlin/com/atlarge/opendc/model/topology/Bootstrap.kt
index 1a5bbcaf..e0b54a28 100644
--- a/opendc-stdlib/src/main/kotlin/com/atlarge/opendc/model/topology/Bootstrap.kt
+++ b/opendc-stdlib/src/main/kotlin/com/atlarge/opendc/model/topology/Bootstrap.kt
@@ -6,7 +6,7 @@ import com.atlarge.opendc.simulator.Entity
/**
* Create a [Bootstrap] procedure for the given [Topology].
*
- * @return A bootstrap procedure for the topology.
+ * @return A apply procedure for the topology.
*/
fun <T : Topology> T.bootstrap(): Bootstrap<T> = Bootstrap.create { ctx ->
forEach { ctx.register(it) }