Skip to content

Commit

Permalink
Update model-fault-localization.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tlatoza authored Jul 31, 2017
1 parent 9885fa8 commit 937a325
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions model-fault-localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@ strategy configurationDebugging(code, failure, system)
// Brainstorm a list of all configuration parameters you
// might be able to vary. A configuration paramater
// here refers to some aspect of how the code is being executed
// that might be changed. This does NOT refer to changes
// to the code itself. Rather, it refers to changes to
// everything else that influences HOW the code is executed.
// This might include the development environment that runs
// the code, the version of the system that is being used,
// the operating system on which the code is being executed,
// the runtime engine being used to execute the code,
// the configuration files that are being used to initialize
// the system.
// here refers to some aspect of how the code is being
// executed that might be changed. This does NOT refer to
// changes to the code itself. Rather, it refers to changes
// to everything else that influences HOW the code is
// executed. This might include the development environment
// that runs the code, the version of the system that is
// being used, the operating system on which the code is
// being executed, the runtime engine being used to execute
// the code, the configuration files that are being used
// to initialize the system.
strategy enumerateConfigParameters(system)
{
configurationParameters = {};
Expand Down

0 comments on commit 937a325

Please sign in to comment.