Skip to content

Commit 73063e0

Browse files
committed
Fix class name.
1 parent e023a3e commit 73063e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/Library.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ answer file.
1010

1111
To specify the install method, you set the [`GeneratorOptions.InstallOptions`][] property to an
1212
instance of the [`CleanEfiOptions`][], [`CleanBiosOptions`][], [`ExistingPartitionOptions`][], or
13-
`ManualOptions` class. Additional options that are specific to an install method, such as partition
14-
layout or optional features, are set in those classes.
13+
[`ManualInstallOptions`][] class. Additional options that are specific to an install method, such as
14+
partition layout or optional features, are set in those classes.
1515

1616
Leave the [`GeneratorOptions.InstallOptions`][] set to null to generate an answer file for a
1717
pre-installed image, such as one created by sysprep or DISM tools.
@@ -49,3 +49,4 @@ For more information, check out the
4949
[`Generator.Generate`]: https://www.ookii.org/docs/answerfile-1.1/html/Overload_Ookii_AnswerFile_Generator_Generate.htm
5050
[`GeneratorOptions.InstallOptions`]: https://www.ookii.org/docs/answerfile-1.1/html/P_Ookii_AnswerFile_GeneratorOptions_InstallOptions.htm
5151
[`GeneratorOptions`]: https://www.ookii.org/docs/answerfile-1.1/html/T_Ookii_AnswerFile_GeneratorOptions.htm
52+
[`ManualInstallOptions`]: https://www.ookii.org/docs/answerfile-1.1/html/T_Ookii_AnswerFile_ManualInstallOptions.htm

0 commit comments

Comments
 (0)