Skip to content

Commit 3196e66

Browse files
committed
fix missing symbol in docs
1 parent e8f00d8 commit 3196e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# [General Usage](@id general)
33

44
AdvancedVI provides multiple variational inference (VI) algorithms.
5-
Each algorithm defines its subtype of [`AdvancedVI.AbstractAlgorithm`](@ref) with some corresponding methods (see [this section](@ref algorithm)).
5+
Each algorithm defines its subtype of [`AdvancedVI.AbstractVariationalAlgorithm`](@ref) with some corresponding methods (see [this section](@ref algorithm)).
66
Then the algorithm can be executed by invoking `optimize`. (See [this section](@ref optimize)).
77

88
## [Optimize](@id optimize)

0 commit comments

Comments
 (0)